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