Merge branch 'main' into db-umbau

This commit is contained in:
2026-09-17 10:30:31 +02:00
5 changed files with 26 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
<?php
// Wartungsskript: nur per Kommandozeile, nie über den Webserver
if(PHP_SAPI != "cli")
exit;
require_once("./incs/constants.php");
session_name(SESSION_NAME);
session_start();