Changed the default encryption key value

This commit is contained in:
Alex Tselegidis 2020-12-08 15:25:02 +02:00
parent a2fbb7a4dc
commit 6e2b649955

View file

@ -315,7 +315,7 @@ $config['cache_busting_token'] = '824HX';
| MUST set an encryption key. See the user guide for info. | MUST set an encryption key. See the user guide for info.
| |
*/ */
$config['encryption_key'] = Config::BASE_URL; $config['encryption_key'] = base64_encode(APPPATH);
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------