From e9ca075dd7e456059049027ea844d00b752caf18 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 27 Dec 2016 15:49:09 +0100 Subject: [PATCH] Adding border="1" for Apache process table It was impossible to see where what column begins... --- web/list/server/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/list/server/index.php b/web/list/server/index.php index c37448aea..b71507782 100644 --- a/web/list/server/index.php +++ b/web/list/server/index.php @@ -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 " \n\n\n";