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
Bug
introduced
by
![]() |
|||
12 | $GLOBALS['midcom_config_local']['auth_backend_simple_cookie_secure'] = false; |
||
13 |