diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-26 12:33:38 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-26 12:33:38 -0500 |
commit | f9fc88cc889997eb66884ccd50ad789be21764b5 (patch) | |
tree | ea4c8d026fdc859e388e9a3f6ee66bde4e4b906e /usr | |
parent | 331e8242e32eacee070740a74f90f87dfde95562 (diff) | |
download | pfsense-f9fc88cc889997eb66884ccd50ad789be21764b5.zip pfsense-f9fc88cc889997eb66884ccd50ad789be21764b5.tar.gz |
Rework includes. Ticket #170
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/wizard.php | 7 |
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; |