From: Felix Fietkau Date: Tue, 10 Jan 2006 21:03:30 +0000 (+0000) Subject: show pptp server ip in webif (fixes #186) X-Git-Tag: whiterussian_rc5~262 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5abb8410c286370e515d7c2f63719c089f51c786;p=openwrt%2Fsvn-archive%2Fopenwrt.git show pptp server ip in webif (fixes #186) SVN-Revision: 2881 --- 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 b910491f1e..557fce95d5 100755 --- 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); } -->