mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
improving kondurake patches
This commit is contained in:
parent
98752897f0
commit
7b924c0227
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
|||
exec (VESTA_CMD."v-list-web-domains $user json", $output, $return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data,true);
|
||||
$ips = json_decode(shell_exec(VESTA_CMD.'v-list-sys-ips json'), true);
|
||||
|
||||
// Render page
|
||||
render_page($user, $TAB, 'list_web');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue