Revision 7d5589f5
Added by Ermal Luçi almost 17 years ago
etc/inc/filter.inc | ||
---|---|---|
1771 | 1771 |
} |
1772 | 1772 |
|
1773 | 1773 |
if (!$dst || ($dst == "/")) { |
1774 |
return "# returning at dst $dst == \"/\"\n";
|
|
1774 |
return "# returning at dst $dst == \"/\""; |
|
1775 | 1775 |
} |
1776 | 1776 |
|
1777 | 1777 |
$aline['dst'] = "to $dst "; |
Also available in: Unified diff
Remove newline since it breaks the ruleset when its hit.