summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-03-20 19:26:41 +0000
committerErmal <eri@pfsense.org>2014-03-20 19:26:41 +0000
commit1b34f8a73f3e7996eb2650330df1a02ff703b175 (patch)
tree8c7ba106bb826c947ffba70516fa4a0893241811 /usr/local/www/wizard.php
parent00a6fcb7fbaaeb070a6279874a85b74015efa2b4 (diff)
downloadpfsense-1b34f8a73f3e7996eb2650330df1a02ff703b175.zip
pfsense-1b34f8a73f3e7996eb2650330df1a02ff703b175.tar.gz
Add require_once where needed to avoid redeclaration from nested includes
Diffstat (limited to 'usr/local/www/wizard.php')
-rw-r--r--usr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 586404a..017d03f 100644
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -41,7 +41,7 @@ require("guiconfig.inc");
require("functions.inc");
require_once("filter.inc");
require("shaper.inc");
-require("rrd.inc");
+require_once("rrd.inc");
function gentitle_pkg($pgname) {
global $config;
OpenPOWER on IntegriCloud