Cleaned up the user menu, extra profile link
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / global.php
1 <?php
2
3 /**
4 * @author Marcel Werk
5 * @copyright 2001-2019 WoltLab GmbH
6 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
7 * @package WoltLabSuite\Core
8 */
9
10 // include config
11 require_once(__DIR__ . '/app.config.inc.php');
12
13 // initiate wcf core
14 require_once(WCF_DIR . 'lib/system/WCF.class.php');
15 new wcf\system\WCF();