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