summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-17 00:25:25 +0000
committerBill Marquette <billm@pfsense.org>2007-10-17 00:25:25 +0000
commit709cc6e0f29e0fa16fa872a00940d078dc039506 (patch)
tree67ae43965365032a76026ad8e9c3f90069938f4a /usr/local/www/index.php
parent3702685f11cc41455faa75e995b02007f835480d (diff)
downloadpfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.zip
pfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.tar.gz
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index c6d0985..51276cc 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -73,7 +73,7 @@
}
- ## If it is the first time webGUI has been
+ ## If it is the first time webConfigurator has been
## accessed since initial install show this stuff.
if(file_exists('/conf/trigger_initial_wizard')) {
@@ -394,7 +394,7 @@ EOD;
$closehead = false;
## Set Page Title and Include Header
-$pgtitle = "pfSense webGUI";
+$pgtitle = "pfSense webConfigurator";
include("head.inc");
OpenPOWER on IntegriCloud