Explorar o código

Reset en ajax

Loquicom %!s(int64=6) %!d(string=hai) anos
pai
achega
72c12f62ed
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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: ./');