Browse Source

Adding border="1" for Apache process table

It was impossible to see where what column begins...
dpeca 9 years ago
parent
commit
e9ca075dd7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/list/server/index.php

+ 1 - 0
web/list/server/index.php

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