summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.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/system.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/system.php')
-rwxr-xr-xusr/local/www/system.php8
1 files changed, 4 insertions, 4 deletions
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.</span></p></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">webGUI protocol</td>
+ <td width="22%" valign="top" class="vncell">webConfigurator protocol</td>
<td width="78%" class="vtable"> <input name="webguiproto" type="radio" value="http" <?php if ($pconfig['webguiproto'] == "http") echo "checked"; ?>>
HTTP &nbsp;&nbsp;&nbsp; <input type="radio" name="webguiproto" value="https" <?php if ($pconfig['webguiproto'] == "https") echo "checked"; ?>>
HTTPS</td>
</tr>
<tr>
- <td valign="top" class="vncell">webGUI port</td>
+ <td valign="top" class="vncell">webConfigurator port</td>
<td class="vtable"> <input name="webguiport" type="text" class="formfld unknown" id="webguiport" "size="5" value="<?=htmlspecialchars($config['system']['webgui']['port']);?>">
<br>
- <span class="vexpl">Enter a custom port number for the webGUI
+ <span class="vexpl">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.</span></td>
</tr>
OpenPOWER on IntegriCloud