summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
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 /etc/rc.initial.setlanip
parent3702685f11cc41455faa75e995b02007f835480d (diff)
downloadpfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.zip
pfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.tar.gz
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index e2f7aad..cf8ecc9 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -92,7 +92,7 @@
if ($config['system']['webgui']['protocol'] == "https") {
- echo "\nDo you want to revert to HTTP as the webGUI protocol? (y/n) ";
+ echo "\nDo you want to revert to HTTP as the webConfigurator protocol? (y/n) ";
if (strcasecmp(chop(fgets($fp)), "y") == 0)
$config['system']['webgui']['protocol'] = "http";
@@ -109,7 +109,7 @@
echo <<<EOD
The LAN IP address has been set to $lanip/$lanbits.
-You can now access the webGUI by opening the following URL
+You can now access the webConfigurator by opening the following URL
in your web browser:
http://$lanip/
OpenPOWER on IntegriCloud