7 lines
101 B
PHP
7 lines
101 B
PHP
<?php
|
|
$_SESSION = [];
|
|
session_destroy();
|
|
|
|
//header("Location: ../../index.php");
|
|
echo "Test";
|
|
exit(); |