Skip to content

Commit 61cc4b1

Browse files
committed
refactoring rrd section: new html formating
1 parent 3e477ce commit 61cc4b1

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

web/list/rrd/index.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313

1414
// Data
1515
if ($_SESSION['user'] == 'admin') {
16-
1716
exec (VESTA_CMD."v_list_sys_rrd json", $output, $return_var);
18-
check_error($return_var);
1917
$data = json_decode(implode('', $output), true);
2018
unset($output);
21-
22-
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_rrd.html');
2319
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_rrd.html');
2420
}
2521

web/templates/admin/menu_rrd.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)