Issues (806)

config-default.inc.php (1 issue)

Labels
Severity
1
<?php
2
/**
3
 * @package midcom
4
 * @author CONTENT CONTROL http://www.contentcontrol-berlin.de/
5
 * @copyright CONTENT CONTROL http://www.contentcontrol-berlin.de/
6
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
7
 */
8
9
require_once 'tools/bootstrap.php';
10
$GLOBALS['midcom_config_local']['log_level'] = 4;
11
$GLOBALS['midcom_config_local']['midcom_root_topic_guid'] = openpsa_prepare_topics();
0 ignored issues
show
The function openpsa_prepare_topics was not found. Maybe you did not declare it correctly or list all dependencies? ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-call  annotation

11
$GLOBALS['midcom_config_local']['midcom_root_topic_guid'] = /** @scrutinizer ignore-call */ openpsa_prepare_topics();
Loading history...
12
$GLOBALS['midcom_config_local']['auth_backend_simple_cookie_secure'] = false;
13