Merge pull request 's13' (#1) from copy_main into main

Reviewed-on: #1
This commit is contained in:
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) {