summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-05 16:28:04 -0400
committerjim-p <jimp@pfsense.org>2011-07-05 16:31:21 -0400
commitfbaec9ebb6f6c3863a21bc95fc7c5290bb7ecd43 (patch)
tree463d0a49edbc51fb5641eb631c4cecd25604212e /etc/rc.newwanip
parentb36cf3fcd6c95dcab6b4aa16edaafdaff037bc52 (diff)
downloadpfsense-fbaec9ebb6f6c3863a21bc95fc7c5290bb7ecd43.zip
pfsense-fbaec9ebb6f6c3863a21bc95fc7c5290bb7ecd43.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