mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Changed the default encryption key value
This commit is contained in:
parent
a2fbb7a4dc
commit
6e2b649955
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue