bug: 25h day

This commit is contained in:
Miroslav Šedivý 2020-01-24 22:08:09 +01:00
parent 7b7dbed563
commit d564d8dbe1

View file

@ -15,7 +15,7 @@ if(empty($_SESSION['token'])){
Log::put("visitors");
$hours = '';
for($h=0;$h<=24;$h++){
for($h=0;$h<24;$h++){
$hours .= sprintf('<option value="%d">%02d</option>', $h, $h);
}