Loquicom 6 лет назад
Родитель
Сommit
72c12f62ed
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      index.php

+ 0 - 5
index.php

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