//include("../includes/db_connect.php"); //include("../includes/function.php"); //session_start(); //權限檢查 if (!isset($_SESSION["user"])) { Alert_Box("請先登入系統!!") ; ParentLoadPage("login.php"); } if ($_GET["logout"] == "true"){ session_destroy() ; ParentLoadPage("../index.php"); } ?>