5 lines
82 B
PHP
5 lines
82 B
PHP
<?php
|
|
setcookie("token", "", -1);
|
|
header("Location: index.php");
|
|
exit();
|
|
?>
|