Adding border="1" for Apache process table

It was impossible to see where what column begins...
This commit is contained in:
dpeca 2016-12-27 15:49:09 +01:00 committed by GitHub
parent b103640a0f
commit e9ca075dd7

View file

@ -65,6 +65,7 @@ if (isset($_GET['web'])) {
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_server_info.html');
exec (VESTA_CMD.'v-list-sys-web-status', $output, $return_var);
foreach($output as $file) {
$file=str_replace('border="0"', 'border="1"', $file);
echo $file . "\n";
}
echo " </pre>\n</body>\n</html>\n";