From 429bf8de23644b5243fc075bbebefa389969bff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Tue, 9 Feb 2010 10:36:32 +0000 Subject: Ticket #340. An array $specialsrcdst needs to be declared for this to work. --- usr/local/www/easyrule.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr') 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']) { -- cgit v1.1