mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Adding border="1" for Apache process table
It was impossible to see where what column begins...
This commit is contained in:
parent
b103640a0f
commit
e9ca075dd7
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue