MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2680/summitdaymedia.com/archivedWebsite2015/
File Upload :
Current < : /hermes/sb_web/b2680/summitdaymedia.com/archivedWebsite2015/logout.php

<?php

	// Start session
	session_start();
	
	// Set $_SESSION to the empty array
	$_SESSION = array();
	
	// Destroy the session.
	session_destroy();

	// Redirect to user login
	header("Location: login.html");

?>