From 3256a9b6e57e674bd90547ae1809a3f44680c79b Mon Sep 17 00:00:00 2001 From: "E. S." Date: Wed, 13 Mar 2024 12:35:23 +0000 Subject: [PATCH] emit_notice --- htdocs/emit_notice.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/emit_notice.php b/htdocs/emit_notice.php index 4f6c959..e169711 100644 --- a/htdocs/emit_notice.php +++ b/htdocs/emit_notice.php @@ -2,4 +2,6 @@ require_once __DIR__.'/../init.php'; +error_reporting(E_ALL); +ini_set('display_errors', 1); echo $a123; \ No newline at end of file