From f82d6f51e4740ce139bea84ee41e4ebb06664c0a Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Tue, 23 Dec 2025 16:27:35 +0530 Subject: [PATCH] FIX_Entrollment la E changed into Caps ANd Velmurugan told me to add postDB[encrypt] in DataBase.php config Folder --- app/Config/Database.php | 4 ++++ app/Views/file_list.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Config/Database.php b/app/Config/Database.php index d1632d6..f7f63c3 100755 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -108,6 +108,10 @@ class Database extends Config 'ssl_ca' => ROOTPATH . 'ca.pem', 'ssl_verify' => true, ]; + $this->postDB['encrypt'] = [ + 'ssl_ca' => ROOTPATH . 'ca.pem', + 'ssl_verify' => true, + ]; } } } diff --git a/app/Views/file_list.php b/app/Views/file_list.php index cf7b4d6..81a55dd 100755 --- a/app/Views/file_list.php +++ b/app/Views/file_list.php @@ -53,7 +53,7 @@ - - + ' . $file['first_name'] . '' ?>