We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103640 commit e9ca075Copy full SHA for e9ca075
web/list/server/index.php
@@ -65,6 +65,7 @@
65
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_server_info.html');
66
exec (VESTA_CMD.'v-list-sys-web-status', $output, $return_var);
67
foreach($output as $file) {
68
+ $file=str_replace('border="0"', 'border="1"', $file);
69
echo $file . "\n";
70
}
71
echo " </pre>\n</body>\n</html>\n";
0 commit comments