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