From 6e2b649955d061f0bf54dbb812d002e7acc1e6ea Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 8 Dec 2020 15:25:02 +0200 Subject: [PATCH] Changed the default encryption key value --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index 689728e4..51b54253 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -315,7 +315,7 @@ $config['cache_busting_token'] = '824HX'; | MUST set an encryption key. See the user guide for info. | */ -$config['encryption_key'] = Config::BASE_URL; +$config['encryption_key'] = base64_encode(APPPATH); /* |--------------------------------------------------------------------------