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 - -

-
-
-
-
-
-