From 8c2a582cfceca05af694429fca8fbd2d992b5b46 Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Sun, 11 Jan 2026 04:27:21 +0000 Subject: [PATCH] FE: remove unused checkPermissions function call in devices.php --- front/devices.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/devices.php b/front/devices.php index 187869e2..a9ccce6c 100755 --- a/front/devices.php +++ b/front/devices.php @@ -31,8 +31,6 @@ if (!file_exists($confPath) && file_exists('../config/app.conf')) { $confPath = '../config/app.conf'; } - - checkPermissions([$dbPath, $confPath]); ?>