From 1970a00bb6711322f491b8569da5badbd6588630 Mon Sep 17 00:00:00 2001 From: tobi132 Date: Tue, 3 Dec 2019 00:28:25 +0100 Subject: [PATCH] "Has been logged"! "More information" --- system/exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/exception.php b/system/exception.php index a0f352e9..600299d0 100644 --- a/system/exception.php +++ b/system/exception.php @@ -8,7 +8,7 @@ require LIBS . 'SensitiveException.php'; function exception_handler($exception) { $message = $exception->getMessage(); if($exception instanceof SensitiveException) { - $message = 'This error is sensitive and will be logged into system/logs/error.log.
View this file for further informations.'; + $message = 'This error is sensitive and has been logged into system/logs/error.log.
View this file for more information.'; // log error to file $f = fopen(LOGS . 'error.log', 'ab');