X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/c44f6efadb3d0054dd25bca8e719dfb0e37f12a0..e99963566d0ec3ccb0f96837a20c082f71e3e15c:/login/index.php diff --git a/login/index.php b/login/index.php index ea24e29..4c625e2 100644 --- a/login/index.php +++ b/login/index.php @@ -28,7 +28,7 @@ if (!empty($_POST)) { $_SESSION['id'] = $user->id; header('Location: ' . $redirect); - $user->add_meta("last_login", date("Y-m-d m:i:s")); + $user->add_meta("last_login", date("Y-m-d H:i:s")); Hook::run(HOOKTYPE_USER_LOGIN, $user); die(); }