diff --git a/web/list/rrd/index.php b/web/list/rrd/index.php index f622da20..6c2c10a3 100644 --- a/web/list/rrd/index.php +++ b/web/list/rrd/index.php @@ -13,13 +13,9 @@ top_panel($user,$TAB); // Data if ($_SESSION['user'] == 'admin') { - exec (VESTA_CMD."v_list_sys_rrd json", $output, $return_var); - check_error($return_var); $data = json_decode(implode('', $output), true); unset($output); - - include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_rrd.html'); include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_rrd.html'); } diff --git a/web/templates/admin/menu_rrd.html b/web/templates/admin/menu_rrd.html deleted file mode 100644 index f57fb24d..00000000 --- a/web/templates/admin/menu_rrd.html +++ /dev/null @@ -1,34 +0,0 @@ - - -
.
-- href="?period=daily">Daily - href="?period=weekly">Weekly - href="?period=monthly">Monthly - href="?period=yearly">Yearly - | -- |