Merge branch '5.3' into 5.4
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / app.config.inc.php
1 <?php
2
3 // phpcs:disable PSR1.Files.SideEffects
4
5 // com.woltlab.wcf (packageID 0 during WCFSetup)
6 if (!\defined('WCF_DIR')) {
7 \define('WCF_DIR', __DIR__ . '/');
8 }
9 if (!\defined('PACKAGE_ID')) {
10 \define('PACKAGE_ID', 0);
11 }