From 76f5d95c7175d81fbdb0d68a7ee76fd9e13e8405 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 5 Jul 2011 16:28:04 -0400 Subject: [PATCH] Add issing include to avoid PHP fatal error when calling enable_rrd_graphing() --- etc/rc.newwanip | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 0ab044eb32..07ff33f86d 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'])