瀏覽代碼

Reset en ajax

Loquicom 6 年之前
父節點
當前提交
72c12f62ed
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      index.php

+ 0 - 5
index.php

@@ -36,11 +36,6 @@ $type = '';
 $value = '';
 
 //Param Get
-if(isset($_GET['reset'])){
-	session_destroy();
-	header('Location: ./?type=ok&value=' . urlencode('Session reset'));
-	exit;
-}
 if(isset($_GET['quit'])){
 	setcookie('salon', '', 0, '/', '', false, true);
 	header('Location: ./');