From b8e962de5d2dfa7f70d4be569a41a23ae2f8a8a3 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sun, 21 Mar 2010 19:06:20 +0000 Subject: [PATCH] BUFIX: Syntax error. git-svn-id: http://www.observium.org/svn/observer/trunk@1039 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.default b/config.php.default index e882d82939..c3b941e97d 100755 --- a/config.php.default +++ b/config.php.default @@ -58,7 +58,7 @@ $config['page_refresh'] = "0"; ## Refresh the page every xx seconds $config['front_page'] = "pages/front/default.php"; $config['email_default'] = "adama@as8681.net"; -$config['email_from'] = "Observer "; +$config['email_from'] = "Observer "; $config['email_headers'] = "From: " . $config['email_from'] . "\r\n"; $config['login_message'] = "Unauthorised access or use shall render the user liable to criminal and/or civil prosecution.";