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 = htmlspecialchars($platformDetails[0]['name']) ?>
-- URL: = htmlspecialchars($platformDetails[0]['jitsi_url']) ?> - FILE: config.js - - view only active lines - - view raw file contents - -
-- --
Configuration of the Jitsi platform = htmlspecialchars($platformDetails[0]['name']) ?>
-- URL: = htmlspecialchars($platformDetails[0]['jitsi_url']) ?> - FILE: interface_config.js - - view only active lines - - view raw file contents - -
-- --