7 lines
66 B
PHP

<?php
session_start();
session_destroy();
header('index.php')
?>