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