From 57d2de7895f1692cb39aa57820c1a79611a02087 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 25 Jun 2009 12:31:26 -0400 Subject: Add h3 --- config/apache_mod_security/apache_mod_security_view_logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/apache_mod_security') 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 "

Apache+Mod_Security_Proxy Server logs as of " . date("D M j G:i:s T Y") . "

\n\n";
 	echo $apachelogs;
 	exit;
 }
-- 
cgit v1.2.3