Skip to content

Commit

Permalink
添加简易密码访问
Browse files Browse the repository at this point in the history
  • Loading branch information
yitd authored Feb 28, 2021
1 parent a85b762 commit efe9dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index_all.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function array_to_str($array) {
}
function del_cookie() {
foreach ($_COOKIE as $key => $value) {
if ($key == "Any-Proxy") continue;
setcookie($key, null, time() - 3600, "/");
}
}
Expand Down

0 comments on commit efe9dc7

Please sign in to comment.