diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-10-25 23:08:18 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-10-25 23:08:18 -0500 |
commit | f6a52744f0271c67c6776d194e5307b337f9373e (patch) | |
tree | a22bbd0dd52a4b689e2ed0a2e8eefe2bf927c8c7 /config/vhosts/vhosts_php_edit.php | |
parent | 13105d73f038295847e96e1e876bf4864b0c9f6d (diff) | |
parent | 1cbe834dc9e7fe494f8590332df0f50d0f9c325a (diff) | |
download | pfsense-packages-f6a52744f0271c67c6776d194e5307b337f9373e.tar.gz pfsense-packages-f6a52744f0271c67c6776d194e5307b337f9373e.tar.bz2 pfsense-packages-f6a52744f0271c67c6776d194e5307b337f9373e.zip |
Merge pull request #1115 from doktornotor/patch-7
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> |