mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Include app.config.inc.php
in global.php
This commit is contained in:
parent
118de57bb7
commit
7d7bf89dcc
2
LICENSE
2
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.
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user