Include `app.config.inc.php` in global.php

This commit is contained in:
Tim Düsterhus 2022-09-19 23:10:47 +02:00
parent 118de57bb7
commit 7d7bf89dcc
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

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

View File

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