diff --git a/LICENSE b/LICENSE index 93f18a5..cf8c1f7 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2026-03-10 +Change Date: 2026-09-19 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/acp/global.php b/files/acp/global.php index 7bc3270..13c54a4 100644 --- a/files/acp/global.php +++ b/files/acp/global.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2026-09-17 + * Change Date: 2026-09-19 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 @@ -15,5 +15,5 @@ \define('RELATIVE_CHAT_DIR', '../'); -require_once(RELATIVE_CHAT_DIR . '/config.inc.php'); +require_once(RELATIVE_CHAT_DIR . '/app.config.inc.php'); require_once(RELATIVE_WCF_DIR . 'acp/global.php'); diff --git a/files/global.php b/files/global.php index 61e31a2..ad85fcf 100644 --- a/files/global.php +++ b/files/global.php @@ -6,12 +6,12 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2026-09-17 + * Change Date: 2026-09-19 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 * or later of the General Public License. */ -require_once(__DIR__ . '/config.inc.php'); +require_once(__DIR__ . '/app.config.inc.php'); require_once(RELATIVE_WCF_DIR . 'global.php');