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');