wxxy_class/plugins/loginout.php
2022-09-09 20:52:37 +08:00

3 lines
88 B
PHP

<?PHP
setcookie( 'studentID' , '' , time()-1 , '/' , '');
header('location: /auth.php');