更新 src/source.txt
This commit is contained in:
parent
a3f65eb516
commit
b95785de76
@ -7,7 +7,7 @@ if(!isset($_POST["username"]) || !isset($_POST["password"])){
|
|||||||
}
|
}
|
||||||
$username = $_POST["username"];
|
$username = $_POST["username"];
|
||||||
$password = $_POST["password"];
|
$password = $_POST["password"];
|
||||||
|
setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7));
|
||||||
if (!empty($_COOKIE["check"])) {
|
if (!empty($_COOKIE["check"])) {
|
||||||
|
|
||||||
|
|
||||||
@ -25,5 +25,4 @@ if (!empty($_COOKIE["check"])) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setcookie("ahash", md5($secret . urldecode("admin" . "admin")), time() + (60 * 60 * 24 * 7));
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user