fix minor typo
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…
Reference in New Issue