mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
dns add domain page
This commit is contained in:
parent
74d0ad1f3e
commit
361f0ec7f3
5 changed files with 169 additions and 2 deletions
|
@ -17,6 +17,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
exec (VESTA_CMD."v_list_users json", $output, $return_var);
|
||||
check_error($return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data);
|
||||
unset($output);
|
||||
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_user.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue