mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-03 16:51:24 -07:00
FE: remove unused checkPermissions function call in devices.php
This commit is contained in:
@@ -31,8 +31,6 @@
|
|||||||
if (!file_exists($confPath) && file_exists('../config/app.conf')) {
|
if (!file_exists($confPath) && file_exists('../config/app.conf')) {
|
||||||
$confPath = '../config/app.conf';
|
$confPath = '../config/app.conf';
|
||||||
}
|
}
|
||||||
|
|
||||||
checkPermissions([$dbPath, $confPath]);
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- ----------------------------------------------------------------------- -->
|
<!-- ----------------------------------------------------------------------- -->
|
||||||
|
|||||||
Reference in New Issue
Block a user