asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 10s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-30 03:44:27 +02:00
parent e1ee3b17d4
commit f193f12c71

View File

@@ -474,7 +474,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
'scheduler_jobs' => $current['scheduler_jobs'] ?? [],
'statuses' => $cronTaskStatuses,
], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
return;
exit;
}
$postedTestGroup = (string)($_POST['test_db'] ?? '');