From 878f72706f707075fd3aa0d7d12654da37b425b9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 7 Nov 2004 20:57:36 +0000 Subject: change status page name to pfSense --- usr/local/www/status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/status.php b/usr/local/www/status.php index d1668a7..8d896fc 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -4,6 +4,7 @@ * Jim McBeath Nov 2003 * * (modified for m0n0wall by Manuel Kasper ) + * (modified for pfSense by Scott Ullrich geekgod@pfsense.com) */ /* Execute a command, with a title, and generate an HTML table @@ -111,7 +112,7 @@ defCmd("ls /conf"); defCmd("ls /var/run"); defCmdT("config.xml","dumpconfigxml"); -$pageTitle = "m0n0wall: status"; +$pageTitle = "pfSense: status"; exec("/bin/date", $dateOutput, $dateStatus); $currentDate = $dateOutput[0]; -- cgit v1.1