diff options
author | svncommit <devs@roundcube.net> | 2008-06-06 11:14:55 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-06-06 11:14:55 +0000 |
commit | 6444cf4b29d29f16ef20513a80898f4db0c3a8c4 (patch) | |
tree | b612dbb17da9b60329a86603305419b1646d2891 /config/main.inc.php.dist | |
parent | 5e0045b128b46cd9611d86731803bc3a910cd275 (diff) |
Remove comment characters which where 'helpfully' added by vim.
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e3e223a3a..8d71d8fcd 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -342,7 +342,7 @@ $rcmail_config['logout_expunge'] = FALSE; $rcmail_config['delete_always'] = false; // Log successful logins -// $rcmail_config['log_logins'] = false; +$rcmail_config['log_logins'] = false; // end of config file ?> |