We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e477ce commit 61cc4b1Copy full SHA for 61cc4b1
web/list/rrd/index.php
@@ -13,13 +13,9 @@
13
14
// Data
15
if ($_SESSION['user'] == 'admin') {
16
-
17
exec (VESTA_CMD."v_list_sys_rrd json", $output, $return_var);
18
- check_error($return_var);
19
$data = json_decode(implode('', $output), true);
20
unset($output);
21
22
- include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_rrd.html');
23
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_rrd.html');
24
}
25
web/templates/admin/menu_rrd.html
0 commit comments