diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-11-25 16:36:57 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-11-25 16:36:57 +0000 |
commit | c19900ef564b9523850f7323831820f12facf493 (patch) | |
tree | 6bf71a0bc3c75ebdf78645496b7a1ac12fd5a9ac /usr | |
parent | 850cff07adac41c78a2cf7e91cec903496ae3d23 (diff) | |
download | pfsense-c19900ef564b9523850f7323831820f12facf493.zip pfsense-c19900ef564b9523850f7323831820f12facf493.tar.gz |
Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/wizard.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php index d7113bb..6dd4651 100755 --- a/usr/local/www/wizard.php +++ b/usr/local/www/wizard.php @@ -36,6 +36,8 @@ require("guiconfig.inc"); +require_once("filter.inc"); +require_once("shaper.inc"); function gentitle_pkg($pgname) { global $config; |