Show
Ignore:
Timestamp:
04/28/2008 03:14:09 PM (7 months ago)
Author:
Geert
Message:

Follow-up to r2593. Fixing stuff. Everybody mind your CodingStyle please, I don't like to do systemwide search and replace commits.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/session.php

    r2593 r2594  
    2828 * Note: the cookie driver always encrypts session data. Set to TRUE for stronger encryption. 
    2929 */ 
    30 $config['encryption'] = TRUE; 
     30$config['encryption'] = FALSE; 
    3131 
    3232/**