1
0
Fork 0

fix minor typo

pull/2017/head
radnan 2013-06-19 02:54:48 -05:00
parent a55c9b6a88
commit a92ceaf4fe
1 changed files with 1 additions and 1 deletions

View File

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