fix minor typo

main
radnan 11 years ago
parent a55c9b6a88
commit a92ceaf4fe

@ -57,7 +57,7 @@ class NoProxyPattern
$match = false;
if ($rule == '*') {
$match - true;
$match = true;
} else {
list($ruleHost) = explode(':', $rule);
list($base) = explode('/', $ruleHost);

Loading…
Cancel
Save