7 lines
113 B
PHP
7 lines
113 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
session_destroy();
|
||
|
|
||
|
$oConf = new ClassConfig();
|
||
|
header('Location:'.$oConf->getURLRoot());
|