8 lines
111 B
PHP
8 lines
111 B
PHP
|
<?php
|
||
|
include("../config/config.php");
|
||
|
|
||
|
session_destroy();
|
||
|
|
||
|
$url = SITE_URL;
|
||
|
header("Location:$url");
|
||
|
?>
|