summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-05 16:28:04 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-05 16:28:12 -0400
commit76f5d95c7175d81fbdb0d68a7ee76fd9e13e8405 (patch)
treea6c7353b04b270a4da66fd80962bcdd3370d7a47 /etc/rc.newwanip
parentf7ee0818bb7dc51be882b1b5af74ac30c4d84d24 (diff)
downloadpfsense-76f5d95c7175d81fbdb0d68a7ee76fd9e13e8405.zip
pfsense-76f5d95c7175d81fbdb0d68a7ee76fd9e13e8405.tar.gz
Add issing include to avoid PHP fatal error when calling enable_rrd_graphing()
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 0ab044e..07ff33f 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -40,6 +40,7 @@ require_once("shaper.inc");
require_once("ipsec.inc");
require_once("vpn.inc");
require_once("openvpn.inc");
+require_once("rrd.inc");
// Do not process while booting
if($g['booting'])
OpenPOWER on IntegriCloud