fix wrong cheking file
This commit is contained in:
parent
9e09611816
commit
5c57c5df11
@ -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…
x
Reference in New Issue
Block a user