'admin259591(:everything)' => ['admin$1', 'name' => 'admin'],
$request = Request::active();
if ( $request->route->name !== 'admin' )
{
throw new HttpNotFoundException();
}
It looks like you're new here. If you want to get involved, click one of these buttons!