Added: config option to hide email in post. (prevent emailfag but let the possibility to sage and noko)

This commit is contained in:
Matthieu 2016-01-14 21:05:24 +01:00 committed by czaks
parent 844b262166
commit d2de4419bd
2 changed files with 5 additions and 2 deletions

View file

@ -550,6 +550,9 @@
// When true, the sage won't be displayed
$config['hide_sage'] = false;
// Don't display user's email when it's not "sage"
$config['hide_email'] = false;
// Attach country flags to posts.
$config['country_flags'] = false;