Merge branch 'master' into code-tidy

This commit is contained in:
wrongecho
2023-01-23 19:21:43 +00:00
committed by GitHub
23 changed files with 2893 additions and 2317 deletions

View File

@@ -16,9 +16,10 @@ if (!isset($config_enable_setup) || $config_enable_setup == 1) {
exit;
}
if (!$_SESSION['logged']) {
// Check user is logged in with a valid session
if (!isset($_SESSION['logged']) || !$_SESSION['logged']) {
header("Location: login.php");
die;
exit;
}
// SESSION FINGERPRINT