diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-25 09:48:49 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-25 09:48:49 +0100 |
commit | c1c9fc6258945a71d701ab943d33d682ee167ba8 (patch) | |
tree | ae50f403e3dda4c8f491fab14df530a4cbc4f5f6 /config/vhosts/vhosts_php_edit.php | |
parent | a92356a97e130a40da7f8278fd470d3f2d30a9b7 (diff) | |
download | pfsense-packages-c1c9fc6258945a71d701ab943d33d682ee167ba8.tar.gz pfsense-packages-c1c9fc6258945a71d701ab943d33d682ee167ba8.tar.bz2 pfsense-packages-c1c9fc6258945a71d701ab943d33d682ee167ba8.zip |
Change default port to not clash with Captive Portal
Diffstat (limited to 'config/vhosts/vhosts_php_edit.php')
-rw-r--r-- | config/vhosts/vhosts_php_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/vhosts/vhosts_php_edit.php b/config/vhosts/vhosts_php_edit.php index cb5a330f..a0969b9f 100644 --- a/config/vhosts/vhosts_php_edit.php +++ b/config/vhosts/vhosts_php_edit.php @@ -201,7 +201,7 @@ function openwindow(url) { <td width="78%" class="vtable"> <input name="host" type="text" class="formfld" id="host" size="40" value="<?=htmlspecialchars($pconfig['host']);?>" /> <br /> - Required. If the host is intended for internal you can use the DNS forwarder to set a host name that is valid inside the local network. default: vhost01.local + Required. If the host is intended for internal you can use the DNS forwarder to set a host name that is valid inside the local network. Default: vhost01.local </td> </tr> <tr> @@ -209,7 +209,7 @@ function openwindow(url) { <td width="78%" class="vtable"> <input name="ipaddress" type="text" class="formfld" id="ipaddress" size="40" value="<?=htmlspecialchars($pconfig['ipaddress']);?>" /> <br /> - Required. Make sure the IP and Port combination does not conflict with the local system. example: 192.168.0.1 + Required. Make sure the IP and Port combination does not conflict with the local system. Example: 192.168.0.1 </td> </tr> <tr> @@ -217,7 +217,7 @@ function openwindow(url) { <td width="78%" class="vtable"> <input name="port" type="text" class="formfld" id="port" size="40" value="<?=htmlspecialchars($pconfig['port']);?>" /> <br /> - Make sure the IP and Port combination does not conflict with the local system. default: 8001 + Make sure the IP and Port combination does not conflict with the local system. Default: 10081 </td> </tr> <tr> |