5 lines
74 B
PHP
Executable File
5 lines
74 B
PHP
Executable File
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location:index.php");
|
|
?>
|