mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +00:00
fix code formating
This commit is contained in:
parent
c6d3b70799
commit
69b82fde4b
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user