소스 검색

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: ./');