summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-03 18:52:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-03 18:52:11 +0000
commitf8a059cbdb5315c51ebf365c76c8f333374d3103 (patch)
treec337abe6616094e0956c6dd6497e25cd53435dd1 /usr/local/www/interfaces_opt.php
parent0d08cea582c1601765f14c32af08d4fdbc2bf10b (diff)
downloadpfsense-f8a059cbdb5315c51ebf365c76c8f333374d3103.zip
pfsense-f8a059cbdb5315c51ebf365c76c8f333374d3103.tar.gz
Reload graph functions on OPT changes
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index b7d1b3a..afca045 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -428,6 +428,9 @@ if ($_POST) {
sleep(1);
interfaces_optional_configure_if($index);
+
+ /* load graphing functions */
+ enable_rrd_graphing();
/* sync filter configuration */
filter_configure();
OpenPOWER on IntegriCloud