2.7.7 dev

This commit is contained in:
icret
2023-03-05 11:06:06 +08:00
parent 95a6caf1c6
commit f311863c73
9 changed files with 54 additions and 21 deletions

View File

@@ -90,6 +90,9 @@ if (isset($_POST['password']) and isset($_POST['user'])) {
</script>';
header("refresh:2;");
}
// 登录日志
write_login_log($_POST['user'], $_POST['password'], $login["messege"]);
}
?>
<link href="<?php static_cdn(); ?>/public/static/login.css" rel="stylesheet">
@@ -160,8 +163,6 @@ if (isset($_POST['password']) and isset($_POST['user'])) {
</form>
<script src="<?php static_cdn(); ?>/public/static/crypto/SHA256.js"></script>
<script>
console.log(SHA256('admin@123'));
function md5_post() {
var password = document.getElementById('password');
var md5pwd = document.getElementById('md5_password');