Added disk and bandwidth percentage values to the session response.

This commit is contained in:
Alexander 2021-11-22 23:14:32 +02:00
commit cae9a1550d
7 changed files with 21 additions and 3 deletions

View file

@ -7,6 +7,8 @@ $TAB = 'IP';
header('Content-Type: application/json');
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
// var_dump($_SESSION['user']);
// Check user
if ($_SESSION['user'] != 'admin') {
exit;