mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
refactoring code: new html formating
This commit is contained in:
parent
e8590be5ba
commit
34ca6ac865
18 changed files with 878 additions and 698 deletions
|
@ -16,7 +16,6 @@ top_panel($user,$TAB);
|
|||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
exec (VESTA_CMD."v_list_sys_ips json", $output, $return_var);
|
||||
check_error($return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data);
|
||||
unset($output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue