mirror of https://github.com/helloxz/imgurl
7 lines
186 B
PHP
7 lines
186 B
PHP
![]() |
<?php
|
||
|
//清除COOKIE
|
||
|
setcookie("user", '', time()-3600,"/");
|
||
|
setcookie("password", '', time()-3600,"/");
|
||
|
|
||
|
echo "<script>window.location.href = './login.php'</script>";
|
||
|
?>
|