mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-08-25 08:46:19 +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.