From bc0d02aa008167585f3cb7c9d1963aad37ae5e50 Mon Sep 17 00:00:00 2001 From: 65160377 <65160377@go.buu.ac.th> Date: Sat, 29 Mar 2025 00:13:28 +0700 Subject: [PATCH] Initial commit --- package-list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-list.php b/package-list.php index 08e0770..1de10ca 100644 --- a/package-list.php +++ b/package-list.php @@ -1,3 +1,6 @@ +error_reporting(E_ALL); +ini_set('display_errors', 1); + <?php session_start(); error_reporting(0); -- GitLab