aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-28 13:58:07 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-28 13:58:07 -0400
commitc378eba90348b4fc9b75c99507c731fca9f09e0d (patch)
treefa91618472298204e9249497db7bbf735ee3e63d /config/varnish64
parent8a5ee0d3c11a754c94c46664b0c1dd00b556f72d (diff)
downloadpfsense-packages-c378eba90348b4fc9b75c99507c731fca9f09e0d.tar.gz
pfsense-packages-c378eba90348b4fc9b75c99507c731fca9f09e0d.tar.bz2
pfsense-packages-c378eba90348b4fc9b75c99507c731fca9f09e0d.zip
Add header and remove extra \n
Diffstat (limited to 'config/varnish64')
-rw-r--r--config/varnish64/varnishstat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnishstat.php b/config/varnish64/varnishstat.php
index 51c05c17..6374525a 100644
--- a/config/varnish64/varnishstat.php
+++ b/config/varnish64/varnishstat.php
@@ -31,7 +31,7 @@ require("guiconfig.inc");
if($_REQUEST['getactivity']) {
$varnishstatlogs = `varnishstat -1`;
- echo "VarnishSTAT Server logs as of " . date("D M j G:i:s T Y") . "\n\n";
+ echo "<h2>VarnishSTAT Server logs as of " . date("D M j G:i:s T Y") . "</h2>";
echo $varnishstatlogs;
exit;
}