mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07:00
FE: remove unused checkPermissions function and its call in settings
This commit is contained in:
@@ -24,8 +24,6 @@ if (!file_exists($confPath) && file_exists('../config/app.conf')) {
|
||||
$confPath = '../config/app.conf';
|
||||
}
|
||||
|
||||
checkPermissions([$dbPath, $confPath]);
|
||||
|
||||
// get settings from the API json file
|
||||
|
||||
// path to your JSON file
|
||||
|
||||
Reference in New Issue
Block a user