summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-09 19:49:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-09 19:49:08 +0000
commit8d8c6030445a9425fc6c3af4d40f342a0f421b1d (patch)
treea154ef32ad7322c838462c93e920ff5ac6e1d2e3 /usr/local/www/interfaces_opt.php
parentfc1a315d867a4568e591028885bfe1484e93c869 (diff)
downloadpfsense-8d8c6030445a9425fc6c3af4d40f342a0f421b1d.zip
pfsense-8d8c6030445a9425fc6c3af4d40f342a0f421b1d.tar.gz
Nuke the IP Helper Javascript
Ticket #766
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 6ea5fcd..88ed349 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -354,7 +354,7 @@ function type_change(enable_change,enable_change_pptp) {
<tr>
<td width="22%" valign="top" class="vncellreq">IP address</td>
<td width="78%" class="vtable">
- <input name="ipaddr" type="text" class="formfld" id="ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipaddr']);?>" onchange="ipaddr_change()">
+ <input name="ipaddr" type="text" class="formfld" id="ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipaddr']);?>">
/
<select name="subnet" class="formfld" id="subnet">
<?php
OpenPOWER on IntegriCloud