From 3de8e05432da93ac378848cc13f76d533789163c Mon Sep 17 00:00:00 2001
From: desertwitch <24509509+desertwitch@users.noreply.github.com>
Date: Thu, 15 Aug 2024 14:08:58 +0200
Subject: [PATCH 1/3] fix inconsistent PHP error reporting defaults
---
emhttp/plugins/dynamix/PHPsettings.page | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/emhttp/plugins/dynamix/PHPsettings.page b/emhttp/plugins/dynamix/PHPsettings.page
index 8ae9664fc..803388511 100644
--- a/emhttp/plugins/dynamix/PHPsettings.page
+++ b/emhttp/plugins/dynamix/PHPsettings.page
@@ -28,7 +28,7 @@ if (!file_exists($log)) touch($log);
:php_settings_plug:
This utility is used for development purposes only and allows Plugin Authors to verify their PHP code by enabling different levels of PHP error reporting.
-By default error logging is minimum and any errors are shown on screen. Changing the **Error reporting level** will capture the selected level of errors
+By default error logging is minimum and errors are not shown on screen. Changing the **Error reporting level** will capture the selected level of errors
into a LOG file, which can be opened in a separate window to monitor in real-time the events when visiting various GUI pages or executing background
processes on the server.
@@ -46,7 +46,7 @@ under normal running conditions.
_(Error reporting level)_:
: