summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-07 20:57:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-07 20:57:36 +0000
commit878f72706f707075fd3aa0d7d12654da37b425b9 (patch)
tree087c059a03f5057f1234fe74ec75283901c11d31 /usr/local/www/status.php
parentf1cd913af599659a22eae5dfa3cefd47283f462f (diff)
downloadpfsense-878f72706f707075fd3aa0d7d12654da37b425b9.zip
pfsense-878f72706f707075fd3aa0d7d12654da37b425b9.tar.gz
change status page name to pfSense
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php3
1 files changed, 2 insertions, 1 deletions
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 <jimmc@macrovision.com> Nov 2003
*
* (modified for m0n0wall by Manuel Kasper <mk@neon1.net>)
+ * (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];
OpenPOWER on IntegriCloud