wefra/scripts/logout.php

7 lines
113 B
PHP
Raw Normal View History

<?php
session_start();
session_destroy();
$oConf = new ClassConfig();
header('Location:'.$oConf->getURLRoot());