mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
10 lines
238 B
PHP
10 lines
238 B
PHP
<?php
|
|
|
|
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
|
|
// CMS Content Id for CIS4 Menu Root
|
|
$config['cis_menu_root_content_id'] = 11087;
|
|
// send Mails for ProfilUpdate
|
|
$config['cis_send_profil_update_mails'] = true;
|