8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
require 'includes/common.php';
|
|
|
|
session_destroy();
|
|
|
|
header('Location: ./');
|
|
exit;
|