Rev 20 | Rev 45 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?php
include_once("header.php");
$login = $_SESSION[ 'app directories' ]['url system'][ 'app root' ] . "/login.html";
killSession();
header('Location: ' . $login );
?>