summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-22 04:28:15 +0000
committerColin Smith <colin@pfsense.org>2005-03-22 04:28:15 +0000
commit2ecd3a0db5432b70f3f358bafde4a54094acaed7 (patch)
treec3ea4417453b812ae440c13bcf961e4542dd4f84
parent9ca391ca3c8bcb6a17b5fd6b9298617edf1d0daf (diff)
downloadpfsense-2ecd3a0db5432b70f3f358bafde4a54094acaed7.zip
pfsense-2ecd3a0db5432b70f3f358bafde4a54094acaed7.tar.gz
Remove javascript alert when changing webGUI protocol (it's redirected transparently anyway).
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 574ada6..b30f207 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -229,8 +229,8 @@ if ($_POST) {
</tr>
<tr>
<td width="22%" valign="top" class="vncell">webGUI protocol</td>
- <td width="78%" class="vtable"> <input name="webguiproto" type="radio" value="http" onclick="alert('webGUI protocol changes will take effect immediately after clicking save')" <?php if ($pconfig['webguiproto'] == "http") echo "checked"; ?>>
- HTTP &nbsp;&nbsp;&nbsp; <input type="radio" name="webguiproto" value="https" onclick="alert('webGUI protocol changes will take effect immediately after clicking save')" <?php if ($pconfig['webguiproto'] == "https") echo "checked"; ?>>
+ <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>
OpenPOWER on IntegriCloud