4391f2ff5cad18c9a3f8e39901e444a215a2c9a4
[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 }