s13 #1

Merged
suvo merged 1 commits from copy_main into main 2025-08-30 09:36:10 +00:00

View File

@@ -136,6 +136,8 @@ function view_list_ac($type) {
</tr>';
}
// <th>Due after Fine</th>
$conn = new mysqli($GLOBALS['host'], $GLOBALS['user'], $GLOBALS['pass'], $GLOBALS['db']);
if ($conn->connect_error) {