bug: 25h day
This commit is contained in:
parent
7b7dbed563
commit
d564d8dbe1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue