summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-04 17:20:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-04 17:20:24 +0000
commitd306d35b6005128e88472db6dce297c5fc3bdede (patch)
treeba868976f46017c2ded19d2ffdc67ac9b3badfa1 /usr
parent81023e025e4ed907738262ba76bb98f92063b418 (diff)
downloadpfsense-d306d35b6005128e88472db6dce297c5fc3bdede.zip
pfsense-d306d35b6005128e88472db6dce297c5fc3bdede.tar.gz
use alert(''); for alerting that the webGUI will take effect on save
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index bebed65..2f8c31d 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -241,7 +241,7 @@ if ($_POST) {
</tr>
<tr>
<td valign="top" class="vncell">webGUI port</td>
- <td class="vtable"> <input name="webguiport" type="text" class="formfld" id="webguiport" onchange="'webGUI port changes will take effect immediately after clicking save') "size="5" value="<?=htmlspecialchars($pconfig['webguiport']);?>">
+ <td class="vtable"> <input name="webguiport" type="text" class="formfld" id="webguiport" onchange="alert('webGUI port changes will take effect immediately after clicking save');" size="5" value="<?=htmlspecialchars($pconfig['webguiport']);?>">
<br>
<span class="vexpl">Enter a custom port number for the webGUI
above if you want to override the default (80 for HTTP, 443
OpenPOWER on IntegriCloud