From 2bbc4af06898de527516f701ce9f3738d23fb1f4 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 19 Aug 2024 13:42:16 +0300 Subject: [PATCH] Fixes error handling --- app/config/jilo-web.conf.php | 2 +- app/pages/config.php | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/config/jilo-web.conf.php b/app/config/jilo-web.conf.php index a5dfd11..2a0c975 100644 --- a/app/config/jilo-web.conf.php +++ b/app/config/jilo-web.conf.php @@ -29,7 +29,7 @@ return [ // system info 'version' => '0.1.1', // development has verbose error messages, production has not - 'environment' => 'production1', + 'environment' => 'production', // ************************************* // Maintained by the app, edit with care diff --git a/app/pages/config.php b/app/pages/config.php index 02e2212..f772edc 100644 --- a/app/pages/config.php +++ b/app/pages/config.php @@ -1,6 +1,7 @@