GIF89a;
Direktori : /home/serb/public_html/SocialChat/scripts/actions/ |
Current File : /home/serb/public_html/SocialChat/scripts/actions/Logout.php |
<?php //****************************// //**** LOGOUT PAGE //****************************// session_start(); if(!empty($_SESSION['login'])){ session_destroy(); header('Location: '.$_SERVER['HTTP_REFERER']); } else { die('Error'); } ?>