4 lines
111 B
PHP
4 lines
111 B
PHP
<?php
|
|
$_SESSION [ 'user_id' ] = NULL;
|
|
header ( "Location: " . $config [ 'installation_path' ] . "/" );
|