summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-26 12:33:38 -0500
committersullrich <sullrich@pfsense.org>2009-11-26 12:33:38 -0500
commitf9fc88cc889997eb66884ccd50ad789be21764b5 (patch)
treeea4c8d026fdc859e388e9a3f6ee66bde4e4b906e /usr/local/www/wizard.php
parent331e8242e32eacee070740a74f90f87dfde95562 (diff)
downloadpfsense-f9fc88cc889997eb66884ccd50ad789be21764b5.zip
pfsense-f9fc88cc889997eb66884ccd50ad789be21764b5.tar.gz
Rework includes. Ticket #170
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 3273c36..ed085d1 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -36,9 +36,10 @@
require("guiconfig.inc");
-require_once("filter.inc");
-require_once("shaper.inc");
-require_once("rrd.inc");
+require("functions.inc");
+require("filter.inc");
+require("shaper.inc");
+require("rrd.inc");
function gentitle_pkg($pgname) {
global $config;
OpenPOWER on IntegriCloud