From 59562ea497304502214ca91205bf69cf19454f60 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Sun, 3 Sep 2023 20:22:18 +0800 Subject: [PATCH] index.php: password, not pass --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 424ec24..2a8077b 100644 --- a/index.php +++ b/index.php @@ -54,7 +54,7 @@ if (isset($_SESSION["user_fullname"])) { } - // wrong pass + // wrong password if(isset($_SESSION['wrong_pass'])) { echo '
'; $_SESSION['wrong_pass'] = null;