- Affected Version
- WoltLab Suite 5.3
Seit dem Update ist meine Startseite Artikel, statt Dashboard.
Habs im ACP auf Dashboard manuel eingestellt aber keine Änderung.
Mfg
PS:neulich ausversehen die site/forum/global.php gelöscht und durch eine aus nem Backup ersetzt, der Inhalt dürfte aber der selbe sein oder ?
PHP
<?php
/**
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license WoltLab License <http://www.woltlab.com/license-agreement.html>
* @package WoltLabSuite\Forum
*/
// include config
/** @noinspection PhpIncludeInspection */
require_once(dirname(__FILE__).'/config.inc.php');
// include wcf
require_once(RELATIVE_WCF_DIR.'global.php');
Display More