From f3934387cbbd3255734a6f861cd52fadeb05e6a4 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Tue, 19 Nov 2013 11:40:30 -0500 Subject: [PATCH] added default_guest_name option --- config/default_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default_config.php b/config/default_config.php index f7b65d6..1c5e383 100755 --- a/config/default_config.php +++ b/config/default_config.php @@ -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.