From dfd279c3063eb8d030f83f0effacfcd75fea6e36 Mon Sep 17 00:00:00 2001 From: ginctronic Date: Fri, 21 Nov 2025 20:54:36 +0100 Subject: [PATCH] aaa --- game/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/dashboard.php b/game/dashboard.php index 4bb1877..363e3e8 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');