- Admin receives an e-mail when comments need to be approved

- as standard
This commit is contained in:
Frank Hochmuth 2024-02-18 03:21:02 +01:00 committed by GitHub
parent e1a1fc08eb
commit b2f2fb3c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,13 @@ $fp_config = array(
'editor' => true,
'url-maxlen' => 40,
),
'commentcenter' => array (
'log_all' => false,
'email_alert' => true,
'akismet_check' => false,
'akismet_key' => '',
'akismet_url' => '',
),
),
);