From defe2321b26e76f536ec0618aa0ccc8bfc3a757f Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 5 Jun 2023 15:59:17 +0200 Subject: [PATCH] Correct eQSL images folder name --- application/controllers/Eqsl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 05d70fbf..d329d2dc 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -12,7 +12,7 @@ class eqsl extends CI_Controller { public function index() { $this->lang->load('qslcard'); - $folder_name = "assets/qslcard"; + $folder_name = "images/eqsl_card_images"; $data['storage_used'] = $this->sizeFormat($this->folderSize($folder_name)); // Render Page