projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7715d73
)
show pptp server ip in webif (fixes #186)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Jan 2006 21:03:30 +0000
(21:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Jan 2006 21:03:30 +0000
(21:03 +0000)
SVN-Revision: 2881
openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
patch
|
blob
|
history
diff --git
a/openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
b/openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
index b910491f1ef64fc1b8968956cabe1cb19dd5de34..557fce95d5902bb39180da489a339ee55acfb8f9 100755
(executable)
--- a/
openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
+++ b/
openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
@@
-149,6
+149,9
@@
function modechange()
v = checked('wan_proto_static');
set_visible('wan_gateway', v);
set_visible('wan_dns', v);
+
+ v = checked('wan_proto_pptp');
+ set_visible('pptp_server_ip',v);
}
-->
</script>