mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
BUFIX: Syntax error.
git-svn-id: http://www.observium.org/svn/observer/trunk@1039 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -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 <observer@" . $config['mydomain'] . >";
|
||||
$config['email_from'] = "Observer <observer@" . $config['mydomain'] . ">";
|
||||
$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.";
|
||||
|
Reference in New Issue
Block a user