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