From 5abb8410c286370e515d7c2f63719c089f51c786 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jan 2006 21:03:30 +0000 Subject: [PATCH] show pptp server ip in webif (fixes #186) SVN-Revision: 2881 --- openwrt/package/webif/files/www/cgi-bin/webif/wan.sh | 3 +++ 1 file changed, 3 insertions(+) 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); } --> -- 2.30.2