Browse Source

Reset en ajax

Loquicom 6 năm trước cách đây
mục cha
commit
72c12f62ed
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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: ./');