Path : /srv/www/vhosts/lps/intranet/ |
Current File : /srv/www/vhosts/lps/intranet/log_out.php |
<?php //odhlaseni se s WISu include("config.php"); session_start(); $_SESSION = array(); session_destroy(); if ($_SESSION["user_is_logged"]){ echo "FATAL ERROR: Cannot terminate session!"; } else { header("Location: http://$webl/index.php"); } ?> ?>