May aswell use the default encryption key since config isn't updated
This commit is contained in:
parent
e8688573ab
commit
2c61afaa2e
|
|
@ -80,7 +80,7 @@ return array(
|
|||
|
||||
'key' => 'CHANGE_ME!!!',
|
||||
|
||||
'cipher' => MCRYPT_RIJNDAEL_256,
|
||||
'cipher' => MCRYPT_RIJNDAEL_128,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue