Lockfile check.php, addhit.php, BuLi-Tipp Debugging, Galerie Kommentarfunktion

This commit is contained in:
R40fendt
2025-12-22 22:07:18 +01:00
parent 23b8e2e432
commit 5977d5e96a
9 changed files with 110 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ if(count($query)>0){
$hours=(int) date("H", $unixtime);
$days=date("d", $unixtime)-1;
}
$days=0;
$data=[
"spieltag" => getmaxspieltag()+1,
@@ -21,4 +20,4 @@ $data=[
"days" => $days
];
echo json_encode($data,JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE);
echo json_encode($data,JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE);