add config cis_send_profil_update_mails, use it in profil update controllers

This commit is contained in:
Harald Bamberger
2024-12-04 09:15:44 +01:00
parent af2f3348b4
commit d30ba24d2f
3 changed files with 23 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
// CMS Content Id for CIS4 Menu Root
$config['cis_menu_root_content_id'] = 11066;
// send Mails for ProfilUpdate
$config['cis_send_profil_update_mails'] = true;