fix code formating

This commit is contained in:
Uwe Steinmann 2025-10-16 15:30:35 +02:00
parent c6d3b70799
commit 69b82fde4b

View File

@ -85,12 +85,10 @@ if(true) {
return $response return $response
->withHeader('Location', $settings->_httpRoot.'out/out.ViewFolder.php') ->withHeader('Location', $settings->_httpRoot.'out/out.ViewFolder.php')
->withStatus(302); ->withStatus(302);
}); });
$app->run(); $app->run();
} else { } else {
header("Location: ". (isset($settings->_siteDefaultPage) && strlen($settings->_siteDefaultPage)>0 ? $settings->_siteDefaultPage : "out/out.ViewFolder.php")); header("Location: ". (isset($settings->_siteDefaultPage) && strlen($settings->_siteDefaultPage)>0 ? $settings->_siteDefaultPage : "out/out.ViewFolder.php"));
?> ?>
<html> <html>