summaryrefslogtreecommitdiffstats
path: root/usr/local/www/easyrule.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-09 10:36:32 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-09 10:36:32 +0000
commit429bf8de23644b5243fc075bbebefa389969bff8 (patch)
tree0891438f8ea217170520de991027ec1c9bcc66e4 /usr/local/www/easyrule.php
parent5313aea509c7e799cc406e7e9566e8332b3cad00 (diff)
downloadpfsense-429bf8de23644b5243fc075bbebefa389969bff8.zip
pfsense-429bf8de23644b5243fc075bbebefa389969bff8.tar.gz
Ticket #340. An array $specialsrcdst needs to be declared for this to work.
Diffstat (limited to 'usr/local/www/easyrule.php')
-rw-r--r--usr/local/www/easyrule.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php
index 504c999..8c860da 100644
--- a/usr/local/www/easyrule.php
+++ b/usr/local/www/easyrule.php
@@ -39,6 +39,7 @@ require_once("shaper.inc");
$retval = 0;
$message = "";
+$specialsrcdst = explode(" ", "any pptp pppoe l2tp openvpn");
if ($_GET && isset($_GET['action'])) {
switch ($_GET['action']) {
OpenPOWER on IntegriCloud