From ad2f708cfd2a19af90f3709797cc37e3f8473da8 Mon Sep 17 00:00:00 2001 From: ginctronic Date: Sun, 23 Nov 2025 11:29:56 +0100 Subject: [PATCH] fff --- game/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/dashboard.php b/game/dashboard.php index 0138b12..7502ec2 100755 --- a/game/dashboard.php +++ b/game/dashboard.php @@ -3,7 +3,7 @@ ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); session_start(); -require_once __DIR__ . '/init.php'; +require_once __DIR__ . '/../init.php'; if (!isset($_SESSION['user_id'])) { header('Location: auth/login.php');