Files

5 lines
78 B
PHP
Raw Permalink Normal View History

<?php
session_start();
session_destroy();
header('Location: login.php');
exit;