forked from leftypol/leftypol
Added: config option to hide email in post. (prevent emailfag but let the possibility to sage and noko)
This commit is contained in:
parent
844b262166
commit
d2de4419bd
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue