diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-06 11:14:55 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-06 11:14:55 +0000 |
| commit | ce53e76ace1a149884f4c16516c5ed5bb8c0d249 (patch) | |
| tree | e6b55f1282136475a8398c93ee33845528de7cdf | |
| parent | 5e83d88192f5214d571ee602a732dabdcbcbc11b (diff) | |
Remove comment characters which where 'helpfully' added by vim.
git-svn-id: https://svn.roundcube.net/trunk@1484 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e3e223a3a..8d71d8fcd 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 ?> |
