Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Sep 26, 2024
1 parent 88817f5 commit a3ac51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$session_id = get_session_id($username);
$status = [
"status" => "ok",
"msg" => "Login succesful ",
"msg" => "Login successful ",
"username" => $username,
"session_id" => $session_id,
"time" => get_expiry_date($session_id),
Expand Down

0 comments on commit a3ac51f

Please sign in to comment.