<a href="logout.php" style="color:#F09;">注销</a>
<?php
session_start();
session_destroy();
header("location:index.php");
?>
posted on 2012-05-31 15:53  ms.元  阅读(1923)  评论(1编辑  收藏  举报