From 15aea4cb3f808d5b43292ba145c9a8aeae00d520 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Sat, 21 Jul 2007 22:40:07 +0000 Subject: Make the rrd gateway monitor ip setting accessible --- usr/local/www/interfaces_opt.php | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) (limited to 'usr/local/www/interfaces_opt.php') diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index ac22c64..e29583e 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -1,6 +1,10 @@ "") { + $wancfg['rrdgateway'] = $_POST['rrdgateway']; + } + if ($_POST['type'] == "Static") { $optcfg['ipaddr'] = $_POST['ipaddr']; $optcfg['subnet'] = $_POST['subnet']; @@ -258,6 +268,13 @@ function type_change(enable_change,enable_change_pptp) { break; } } + +function show_mon_config() { + document.getElementById("showmonbox").innerHTML=''; + aodiv = document.getElementById('showmon'); + aodiv.style.display = "block"; +} + //--> @@ -383,7 +400,7 @@ function type_change(enable_change,enable_change_pptp) { - FTP Helper + Other FTP Helper @@ -392,7 +409,23 @@ function type_change(enable_change,enable_change_pptp) { Disable the userland FTP-Proxy application
- + + + Monitor IP + +
+ - Show Monitor IP configuration +
+ + + \ No newline at end of file +?> -- cgit v1.1