diff options
-rw-r--r-- | config/apache_mod_security/apache_mod_security_view_logs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/apache_mod_security/apache_mod_security_view_logs.php b/config/apache_mod_security/apache_mod_security_view_logs.php index 8289ac1e..1bba2c06 100644 --- a/config/apache_mod_security/apache_mod_security_view_logs.php +++ b/config/apache_mod_security/apache_mod_security_view_logs.php @@ -35,7 +35,7 @@ if($_REQUEST['getactivity']) { $apachelogs = `cat /var/log/httpd-error.log`; else $apachelogs = `cat /var/log/httpd-access.log`; - echo "Apache+Mod_Security_Proxy Server logs as of " . date("D M j G:i:s T Y") . "\n\n"; + echo "</pre><h1>Apache+Mod_Security_Proxy Server logs as of " . date("D M j G:i:s T Y") . "</h1><pre>\n\n"; echo $apachelogs; exit; } |