Standard-Fragenkatalog auf 2022 setzen.

This commit is contained in:
Kai Blaschke 2023-01-24 15:23:53 +01:00
parent 00612f7e6d
commit fd071b40ae
No known key found for this signature in database
GPG Key ID: B014B6811527389F

View File

@ -56,7 +56,7 @@ if (!isset($_SESSION['stats'])) {
if (isset($_REQUEST['jahr'])) {
$_SESSION['jahr'] = intval($_REQUEST['jahr']);
} elseif (!isset($_SESSION['jahr'])) {
$_SESSION['jahr'] = 2020;
$_SESSION['jahr'] = 2022;
}
mt_srand(intval(microtime()) * 10000);