May aswell use the default encryption key since config isn't updated

This commit is contained in:
Sam Georges 2014-06-14 10:07:03 +10:00
parent e8688573ab
commit 2c61afaa2e

View File

@ -80,7 +80,7 @@ return array(
'key' => 'CHANGE_ME!!!',
'cipher' => MCRYPT_RIJNDAEL_256,
'cipher' => MCRYPT_RIJNDAEL_128,
/*
|--------------------------------------------------------------------------