From 31c3acc8643c341c68ad19e55348d8ce15d28027 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 1 Dec 2022 21:51:51 +0800 Subject: [PATCH] Script.php: better info message. --- Script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script.php b/Script.php index 224c84f..beae4ab 100644 --- a/Script.php +++ b/Script.php @@ -283,7 +283,7 @@ if (!empty($_POST["frm_createlecturrer"])) { . "('$email','$password','$fullname','$type')"; if ($con->query($sql) === TRUE) { - $_SESSION["info_Admin_Users"] = $type . " user created successfully. Use email " . $email . " as accout name and $password as password."; + $_SESSION["info_Admin_Users"] = $type . " user created successfully. Use email " . $email . " as account name and $password as password."; header("Location: Admin.php"); } else { echo "Error: " . $sql . "
" . $con->error;