mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
balance notification
This commit is contained in:
parent
75cbe2b1ec
commit
15b9744b18
11 changed files with 82 additions and 26 deletions
|
@ -131,9 +131,8 @@ include "autoload/Hookers.php";
|
|||
// notification message
|
||||
if(file_exists("system/uploads/notifications.json")){
|
||||
$_notifmsg =json_decode(file_get_contents('system/uploads/notifications.json'), true);
|
||||
}else{
|
||||
$_notifmsg = json_decode(file_get_contents('system/uploads/notifications.default.json'), true);
|
||||
}
|
||||
$_notifmsg_default = json_decode(file_get_contents('system/uploads/notifications.default.json'), true);
|
||||
|
||||
//register all plugin
|
||||
foreach (glob("system/plugin/*.php") as $filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue