mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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
|
@ -14,7 +14,6 @@ top_panel($user,$TAB);
|
|||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
exec (VESTA_CMD."v_list_user_packages 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