// fuck
This commit is contained in:
parent
0f1b8ee6e4
commit
355b30bad8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $router->addRoutes(
|
|||
Route::get('/index.php', Handler::redirect(url('index'), true)),
|
||||
Route::get('/info.php', Handler::redirect(url('info'), true)),
|
||||
Route::get('/info.php/([A-Za-z0-9_/]+)', true, Handler::call('redir@Info')),
|
||||
Route::get('/auth.php', Handler::call('legacy@AuthHandler'))
|
||||
Route::get('/auth.php', Handler::call('legacy@Auth'))
|
||||
);
|
||||
|
||||
$response = $router->handle($request);
|
||||
|
|
Loading…
Add table
Reference in a new issue