From e5795d019fb0852638ea5a7d4a1d1d42d1accbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:41:21 +0200 Subject: [PATCH] Update include.php --- conf/include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/include.php b/conf/include.php index 23a9ef3..aed28e0 100644 --- a/conf/include.php +++ b/conf/include.php @@ -22,7 +22,7 @@ define('APP_DATA_FOLDER_PATH', '__DATA_DIR__/'); /** * Additional configuration file name */ -define('APP_CONFIGURATION_NAME', __DATA_DIR__'.ini'); +define('APP_CONFIGURATION_NAME', '__DATA_DIR__/application.ini'); /** * Also update extensions on upgrade