mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Added disk and bandwidth percentage values to the session response.
This commit is contained in:
parent
7d317c4fe8
commit
cae9a1550d
7 changed files with 21 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue