Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2025-03-19 15:41:14 +01:00
commit c4c37becf6

View File

@ -83,7 +83,7 @@ if(true) {
/* Catch all route */
$app->get('/{path:.*}', function($request, $response) {
return $response
->withHeader('Location', '/out/out.ViewFolder.php')
->withHeader('Location', $settings->_httpRoot.'out/out.ViewFolder.php')
->withStatus(302);
});