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