FE: remove unused checkPermissions function call in devices.php

This commit is contained in:
Jokob @NetAlertX
2026-01-11 04:27:21 +00:00
parent bd73b3b904
commit 8c2a582cfc

View File

@@ -31,8 +31,6 @@
if (!file_exists($confPath) && file_exists('../config/app.conf')) {
$confPath = '../config/app.conf';
}
checkPermissions([$dbPath, $confPath]);
?>
<!-- ----------------------------------------------------------------------- -->