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) {