From 7b924c0227e680e4652a4f9e082fa65d4ff5f775 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 9 Aug 2016 19:21:45 +0300 Subject: [PATCH] improving kondurake patches --- web/list/web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/list/web/index.php b/web/list/web/index.php index 1db6c29c7..688dfeaa9 100644 --- a/web/list/web/index.php +++ b/web/list/web/index.php @@ -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');