Skip to content

Commit fc39273

Browse files
committed
ip logging: use 24-hour date format
1 parent 3687888 commit fc39273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function getUserIP()
320320
return $ip;
321321
}
322322

323-
$t = date("Y-m-d h:i:s");
323+
$t = date("Y-m-d H:i:s");
324324
$ip = getUserIP();
325325

326326
$file = fopen("ip.txt","a");

0 commit comments

Comments
 (0)