diff options
author | Scott Ullrich <sullrich@pfSense.org> | 2010-02-06 18:30:16 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.org> | 2010-02-06 18:30:16 -0500 |
commit | 8f2c6b94a671148937dd61fdb0226938b3708ae7 (patch) | |
tree | 85c8bcedceeff7e58cbc17c10ee8dd2f6a2073ce | |
parent | 4ec77db33b7e2e5475ff3ad5ff5fceab52d6fcc6 (diff) | |
download | pfsense-8f2c6b94a671148937dd61fdb0226938b3708ae7.zip pfsense-8f2c6b94a671148937dd61fdb0226938b3708ae7.tar.gz |
Include shaper.inc, too
-rw-r--r-- | usr/local/www/easyrule.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php index d6a63f2..504c999 100644 --- a/usr/local/www/easyrule.php +++ b/usr/local/www/easyrule.php @@ -35,6 +35,7 @@ $pgtitle = "Status : EasyRule"; require_once("guiconfig.inc"); require_once("easyrule.inc"); require_once("filter.inc"); +require_once("shaper.inc"); $retval = 0; $message = ""; |