From a0db2eeb842beb79814c0b8262b5135157ca3691 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 1 Jan 2026 10:01:09 +0000 Subject: [PATCH] Edit dashboard.php via Editor --- dashboard.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/dashboard.php b/dashboard.php index 5734494..97e5465 100644 --- a/dashboard.php +++ b/dashboard.php @@ -6,9 +6,6 @@ error_reporting(E_ALL); session_start(); header("Content-Type: application/json"); -session_start(); -header("Content-Type: application/json"); - require "db/config.php"; $userId = $_SESSION['user_id'] ?? null;