- Admin receives an e-mail when comments need to be approved
- as standard
This commit is contained in:
parent
e1a1fc08eb
commit
b2f2fb3c82
@ -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' => '',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user