Script.php: better info message.

Bug485-Abdulai
Hui Lan 2022-12-01 21:51:51 +08:00
parent 97e659b0d8
commit 31c3acc864
1 changed files with 1 additions and 1 deletions

View File

@ -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 . "<br>" . $con->error;