Revision 429bf8de
Added by Ermal Luçi over 15 years ago
usr/local/www/easyrule.php | ||
---|---|---|
39 | 39 |
|
40 | 40 |
$retval = 0; |
41 | 41 |
$message = ""; |
42 |
$specialsrcdst = explode(" ", "any pptp pppoe l2tp openvpn"); |
|
42 | 43 |
|
43 | 44 |
if ($_GET && isset($_GET['action'])) { |
44 | 45 |
switch ($_GET['action']) { |
Also available in: Unified diff
Ticket #340. An array $specialsrcdst needs to be declared for this to work.