Update login.php

This commit is contained in:
jakani24
2024-06-06 16:24:09 +02:00
parent 8147a6416e
commit cea1831aab

View File

@@ -320,7 +320,7 @@ async function checkRegistration() {
$username=$row["username"];
send_to_user("[LOGIN WARNING]\nHello $username\nSomebody has logged into Cyberhex with your account.\nIf this was you, you can ignore this message. Else please take steps to secure your account!\nIP: $ip\n",$username);
}
echo '<script>window.location.href = "/system/secure_zone/php/index.php";</script>';
//echo '<script>window.location.href = "/system/secure_zone/php/index.php";</script>';
}
exit();
} else {