<?php
session_start();
session_destroy();

include("../modules/InterfaceConfig.php");
include("../modules/InterfacePostgreSQL.php");
include("../modules/ClassConfig.php");

$oConf = new ClassConfig();
header('Location:'.$oConf->getURLRoot());