mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 10:52:13 +00:00
1d2e5f47d9
- Added option to disable multi-route rendering by calling `Router::setRenderMultipleRoutes($bool)`. - Added alias for easier access `SimpleRouter::enableMultiRouteRendering($bool)`. - Added php-unit tests for multi-routing enabled and disabled.