From b552a802031e8b2af4584991bb73847b5cdf7edc Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 29 Jan 2025 10:46:18 +0200 Subject: [PATCH] Cleans up the old code --- app/pages/graphs.php | 2 -- app/templates/data-configjs.php | 22 ---------------------- app/templates/data-interfaceconfigjs.php | 22 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 app/templates/data-configjs.php delete mode 100644 app/templates/data-interfaceconfigjs.php diff --git a/app/pages/graphs.php b/app/pages/graphs.php index 3bf08ca..6b41ad7 100644 --- a/app/pages/graphs.php +++ b/app/pages/graphs.php @@ -3,12 +3,10 @@ $action = $_REQUEST['action'] ?? ''; $agent = $_REQUEST['agent'] ?? ''; -require '../app/classes/settings.php'; require '../app/classes/agent.php'; require '../app/classes/conference.php'; require '../app/classes/host.php'; -$settingsObject = new Settings(); $agentObject = new Agent($dbWeb); $hostObject = new Host($dbWeb); diff --git a/app/templates/data-configjs.php b/app/templates/data-configjs.php deleted file mode 100644 index 8cb2251..0000000 --- a/app/templates/data-configjs.php +++ /dev/null @@ -1,22 +0,0 @@ - - -
-

Configuration of the Jitsi platform

-
-

- URL: - FILE: config.js - - view only active lines - - view raw file contents - -

-
-
-
-
-
- diff --git a/app/templates/data-interfaceconfigjs.php b/app/templates/data-interfaceconfigjs.php deleted file mode 100644 index 0d1cfe4..0000000 --- a/app/templates/data-interfaceconfigjs.php +++ /dev/null @@ -1,22 +0,0 @@ - - -
-

Configuration of the Jitsi platform

-
-

- URL: - FILE: interface_config.js - - view only active lines - - view raw file contents - -

-
-
-
-
-
-