mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 22:12:18 +00:00
@@ -301,7 +301,7 @@ abstract class RouterEntry {
|
|||||||
|
|
||||||
$parameterValues = array();
|
$parameterValues = array();
|
||||||
|
|
||||||
if(preg_match('/^'.$regex.'$/is', $url, $parameterValues)) {
|
if(preg_match('/^'.$regex.'\/?$/is', $url, $parameterValues)) {
|
||||||
|
|
||||||
$parameters = array();
|
$parameters = array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user