10 lines
157 B
PHP
10 lines
157 B
PHP
<?php
|
|
|
|
require_once 'general.php';
|
|
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
$config = getConfig();
|
|
|
|
header('Location: ' . $config['url'] . '/'); |