<?php
	//启动session
	session_id() || session_start();

	$_SESSION["login"] = "";
	Header('Location: /');

?>