4 lines
55 B
PHP
4 lines
55 B
PHP
|
<?php
|
||
|
session_destroy();
|
||
|
header( "Location: /" );
|
||
|
?>
|