Lockfile check.php, addhit.php, BuLi-Tipp Debugging, Galerie Kommentarfunktion
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user