From 00c3635c5ff5800056432b29f2bd3a2f21417394 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 14 Jun 2025 00:59:10 +0200 Subject: [PATCH] Add $config['site']['serverPath'] for better compatibility with Gesior --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 87204e01..bf7069d4 100644 --- a/index.php +++ b/index.php @@ -93,6 +93,7 @@ if(setting('core.backward_support')) { if($logged && $account_logged) $group_id_of_acc_logged = $account_logged->getGroupId(); + $config['serverPath'] = $config['server_path']; $config['site'] = &$config; $config['server'] = &$config['lua']; $config['site']['shop_system'] = setting('core.gifts_system');