This commit is contained in:
ns77@siliconpin.com
2025-08-30 09:33:05 +00:00
parent dba162bab6
commit 6bea50b408

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