|
@@ -9,6 +9,7 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
|
|
exec (VESTA_CMD."v-list-web-domains $user json", $output, $return_var);
|
|
exec (VESTA_CMD."v-list-web-domains $user json", $output, $return_var);
|
|
|
$data = json_decode(implode('', $output), true);
|
|
$data = json_decode(implode('', $output), true);
|
|
|
$data = array_reverse($data,true);
|
|
$data = array_reverse($data,true);
|
|
|
|
|
+$ips = json_decode(shell_exec(VESTA_CMD.'v-list-sys-ips json'), true);
|
|
|
|
|
|
|
|
// Render page
|
|
// Render page
|
|
|
render_page($user, $TAB, 'list_web');
|
|
render_page($user, $TAB, 'list_web');
|