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