Fix Text Cron
This commit is contained in:
parent
183a5ab242
commit
a33705c0c4
@ -19,10 +19,10 @@ ORM::configure('logging', true);
|
|||||||
include "autoload/Hookers.php";
|
include "autoload/Hookers.php";
|
||||||
|
|
||||||
// notification message
|
// notification message
|
||||||
if (file_exists("system/uploads/notifications.json")) {
|
if (file_exists("uploads/notifications.json")) {
|
||||||
$_notifmsg = json_decode(file_get_contents('system/uploads/notifications.json'), true);
|
$_notifmsg = json_decode(file_get_contents('uploads/notifications.json'), true);
|
||||||
}
|
}
|
||||||
$_notifmsg_default = json_decode(file_get_contents('system/uploads/notifications.default.json'), true);
|
$_notifmsg_default = json_decode(file_get_contents('uploads/notifications.default.json'), true);
|
||||||
|
|
||||||
//register all plugin
|
//register all plugin
|
||||||
foreach (glob("plugin/*.php") as $filename) {
|
foreach (glob("plugin/*.php") as $filename) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user