mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
c4c37becf6
|
@ -83,7 +83,7 @@ if(true) {
|
||||||
/* Catch all route */
|
/* Catch all route */
|
||||||
$app->get('/{path:.*}', function($request, $response) {
|
$app->get('/{path:.*}', function($request, $response) {
|
||||||
return $response
|
return $response
|
||||||
->withHeader('Location', '/out/out.ViewFolder.php')
|
->withHeader('Location', $settings->_httpRoot.'out/out.ViewFolder.php')
|
||||||
->withStatus(302);
|
->withStatus(302);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user