added default_guest_name option

This commit is contained in:
Parziphal 2013-11-19 11:40:30 -05:00
parent 0ab3ef62b8
commit f3934387cb

View File

@ -244,6 +244,9 @@ abstract class DefaultConfig
public $available_locales = ['de', 'en', 'es', 'ja', 'ru', 'zh_CN'];
# The default name to use for anyone who isn't logged in.
public $default_guest_name = "Anonymous";
public $admin_contact = 'admin@myimouto';
# Background color when resizing transparent PNG/GIF images.