Skip to content

Commit 7b924c0

Browse files
author
Serghey Rodin
committed
improving kondurake patches
1 parent 9875289 commit 7b924c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/list/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
exec (VESTA_CMD."v-list-web-domains $user json", $output, $return_var);
1010
$data = json_decode(implode('', $output), true);
1111
$data = array_reverse($data,true);
12+
$ips = json_decode(shell_exec(VESTA_CMD.'v-list-sys-ips json'), true);
1213

1314
// Render page
1415
render_page($user, $TAB, 'list_web');

0 commit comments

Comments
 (0)