fix minor typo
parent
a55c9b6a88
commit
a92ceaf4fe
|
@ -57,7 +57,7 @@ class NoProxyPattern
|
||||||
$match = false;
|
$match = false;
|
||||||
|
|
||||||
if ($rule == '*') {
|
if ($rule == '*') {
|
||||||
$match - true;
|
$match = true;
|
||||||
} else {
|
} else {
|
||||||
list($ruleHost) = explode(':', $rule);
|
list($ruleHost) = explode(':', $rule);
|
||||||
list($base) = explode('/', $ruleHost);
|
list($base) = explode('/', $ruleHost);
|
||||||
|
|
Loading…
Reference in New Issue