2019-11-03 18:23:06 +00:00
|
|
|
<?php
|
|
|
|
session_start();
|
|
|
|
session_destroy();
|
|
|
|
|
2020-11-27 13:10:57 +00:00
|
|
|
include("../modules/InterfaceConfig.php");
|
|
|
|
include("../modules/InterfacePostgreSQL.php");
|
|
|
|
include("../modules/ClassConfig.php");
|
|
|
|
|
2019-11-03 18:23:06 +00:00
|
|
|
$oConf = new ClassConfig();
|
|
|
|
header('Location:'.$oConf->getURLRoot());
|