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 837caac..0810319 100755 --- a/app/Views/file_list.php +++ b/app/Views/file_list.php @@ -72,7 +72,7 @@ - - + ' . $file['first_name'] . '' ?>