Skip to content

Commit e9ca075

Browse files
authored
Adding border="1" for Apache process table
It was impossible to see where what column begins...
1 parent b103640 commit e9ca075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/list/server/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_server_info.html');
6666
exec (VESTA_CMD.'v-list-sys-web-status', $output, $return_var);
6767
foreach($output as $file) {
68+
$file=str_replace('border="0"', 'border="1"', $file);
6869
echo $file . "\n";
6970
}
7071
echo " </pre>\n</body>\n</html>\n";

0 commit comments

Comments
 (0)