mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 23:17:05 +08:00
fix wrong cheking file
This commit is contained in:
parent
9e09611816
commit
5c57c5df11
2 changed files with 4 additions and 4 deletions
|
@ -44,8 +44,8 @@ if(!file_exists('orm.php')){
|
|||
die("orm.php file not found");
|
||||
}
|
||||
|
||||
if(!file_exists('uploads/notifications.json')){
|
||||
die("uploads/notifications.json file not found");
|
||||
if(!file_exists('uploads/notifications.default.json')){
|
||||
die("uploads/notifications.default.json file not found");
|
||||
}
|
||||
|
||||
require_once '../config.php';
|
||||
|
|
|
@ -44,8 +44,8 @@ if(!file_exists('orm.php')){
|
|||
die("orm.php file not found");
|
||||
}
|
||||
|
||||
if(!file_exists('uploads/notifications.json')){
|
||||
die("uploads/notifications.json file not found");
|
||||
if(!file_exists('uploads/notifications.default.json')){
|
||||
die("uploads/notifications.default.json file not found");
|
||||
}
|
||||
|
||||
require_once '../config.php';
|
||||
|
|
Loading…
Reference in a new issue