Path : /var/lib/ntp/var/lib/ntp/proc/self/root/proc/self/root/srv/www/vhosts/lps/__zaloha/db/ |
Current File : //var/lib/ntp/var/lib/ntp/proc/self/root/proc/self/root/srv/www/vhosts/lps/__zaloha/db/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/work.php?er=2"); } ?> ?>