From 6bea50b408d48df5a6f963978ea3ab30d822c96b Mon Sep 17 00:00:00 2001 From: "ns77@siliconpin.com" Date: Sat, 30 Aug 2025 09:33:05 +0000 Subject: [PATCH] s13 --- CONTENT/ROOT_URI/Admin/View_AC.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTENT/ROOT_URI/Admin/View_AC.php b/CONTENT/ROOT_URI/Admin/View_AC.php index ebf0a6e..1c39da7 100644 --- a/CONTENT/ROOT_URI/Admin/View_AC.php +++ b/CONTENT/ROOT_URI/Admin/View_AC.php @@ -136,6 +136,8 @@ function view_list_ac($type) { '; } + + // Due after Fine $conn = new mysqli($GLOBALS['host'], $GLOBALS['user'], $GLOBALS['pass'], $GLOBALS['db']); if ($conn->connect_error) { -- 2.49.1