From 4214954ea169e6cf6b9a7b2927dce892463c851c Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 21 Aug 2022 22:44:03 +0200 Subject: Improved: error page (#4465) * error page: true HTML page * error page: http500 erorr * error page: add CSP header * 'log.txt' replaced by LOG_FILENAME * use ADMIN_LOG * log.txt => LOG_FILENAME * error message: add * Docs created * delete: documentation on error message page * line break added * added: new line at the end * typo fixed * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Minz HTTP 500 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --- app/Models/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/Context.php') diff --git a/app/Models/Context.php b/app/Models/Context.php index 5b7c89089..fed2a6767 100644 --- a/app/Models/Context.php +++ b/app/Models/Context.php @@ -100,7 +100,7 @@ class FreshRSS_Context { $user_conf = Minz_Configuration::get('user'); FreshRSS_Context::$user_conf = $user_conf; } catch (Exception $ex) { - Minz_Log::warning($ex->getMessage(), USERS_PATH . '/_/log.txt'); + Minz_Log::warning($ex->getMessage(), USERS_PATH . '/_/' . LOG_FILENAME); } } if (FreshRSS_Context::$user_conf == null) { -- cgit v1.2.3