From 709cc6e0f29e0fa16fa872a00940d078dc039506 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Wed, 17 Oct 2007 00:25:25 +0000 Subject: global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 --- usr/local/www/index.php | 4 ++-- usr/local/www/interfaces_assign.php | 2 +- usr/local/www/interfaces_lan.php | 2 +- usr/local/www/license.php | 4 ++-- usr/local/www/system.php | 8 ++++---- usr/local/www/system_advanced.php | 12 ++++++------ usr/local/www/wizards/setup_wizard.xml | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) (limited to 'usr/local/www') 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"); diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index dc591ac..0349f62 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -279,7 +279,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed")) diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index fdcef86..85a8493 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -243,7 +243,7 @@ function enable_change(enable_over) { diff --git a/usr/local/www/license.php b/usr/local/www/license.php index e93e5d3..d38b332 100755 --- a/usr/local/www/license.php +++ b/usr/local/www/license.php @@ -63,7 +63,7 @@ include("head.inc");
Rob Whyte (rob@g-labs.com)
    Idea/code bits - for encrypted webGUI passwords; minimalized SNMP agent
+ for encrypted webConfigurator passwords; minimalized SNMP agent

Petr Verner (verner@ipps.cz)
    Advanced outbound @@ -76,7 +76,7 @@ include("head.inc"); Jim McBeath (monowall@j.jimmc.org)
    Filter rule patches (ordering, block/pass, disabled); better status page;
-     webGUI assign network ports page

+     webConfigurator assign network ports page


Chris Olive (chris@technologEase.com)
    enhanced "execute diff --git a/usr/local/www/system.php b/usr/local/www/system.php index da935f0..87461be 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -98,7 +98,7 @@ if ($_POST) { } if ($_POST['webguiport'] && (!is_numericint($_POST['webguiport']) || ($_POST['webguiport'] < 1) || ($_POST['webguiport'] > 65535))) { - $input_errors[] = "A valid TCP/IP port must be specified for the webGUI port."; + $input_errors[] = "A valid TCP/IP port must be specified for the webConfigurator port."; } if (($_POST['password']) && ($_POST['password'] != $_POST['password2'])) { $input_errors[] = "The passwords do not match."; @@ -224,16 +224,16 @@ include("head.inc"); PPTP VPN clients, though.

- webGUI protocol + webConfigurator protocol > HTTP     > HTTPS - webGUI port + webConfigurator port
- Enter a custom port number for the webGUI + Enter a custom port number for the webConfigurator above if you want to override the default (80 for HTTP, 443 for HTTPS). Changes will take effect immediately after save. diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index feab190..f4c9bd4 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -404,7 +404,7 @@ include("head.inc");   - webGUI SSL certificate/key + webConfigurator SSL certificate/key Certificate @@ -470,7 +470,7 @@ include("head.inc"); > Use device polling
- Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webGUI, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. + Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the pfSense homepage for a list of supported cards. @@ -507,13 +507,13 @@ include("head.inc"); - webGUI anti-lockout + webConfigurator anti-lockout /> - Disable webGUI anti-lockout rule + Disable webConfigurator anti-lockout rule
- By default, access to the webGUI on the LAN interface is always permitted, regardless of the user-defined filter - rule set. Enable this feature to control webGUI access (make sure to have a filter rule in place that allows you + By default, access to the webConfigurator on the LAN interface is always permitted, regardless of the user-defined filter + rule set. Enable this feature to control webConfigurator access (make sure to have a filter rule in place that allows you in, or you will lock yourself out!).
Hint: the "set LAN IP address" option in the console menu resets this setting as well. diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index fd37c28..9f63a7d 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -399,8 +399,8 @@ 6 - Set Admin WebGUI Password - On this screen we will set the Admin password which is used to access the WebGUI and also SSH services if you wish to enable. + Set Admin webConfigurator Password + On this screen we will set the Admin password which is used to access the webConfigurator and also SSH services if you wish to enable. Admin Password -- cgit v1.1