mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-02 14:37:43 +02:00
Fixed indentation, all tabs now
This commit is contained in:
@@ -164,8 +164,6 @@ class AltoRouter {
|
|||||||
$match = preg_match($regex, $requestUrl, $params);
|
$match = preg_match($regex, $requestUrl, $params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(($match == true || $match > 0)) {
|
if(($match == true || $match > 0)) {
|
||||||
|
|
||||||
if($params) {
|
if($params) {
|
||||||
@@ -180,11 +178,8 @@ class AltoRouter {
|
|||||||
'name' => $name
|
'name' => $name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user