Răsfoiți Sursa

Reset en ajax

Loquicom 6 ani în urmă
părinte
comite
72c12f62ed
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  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: ./');