add new featurs like realtime 2026-5-10-11

This commit is contained in:
Hamza-Ayed
2026-05-10 01:11:44 +03:00
parent 8d37725ffb
commit 99d43b4ccf
3 changed files with 37 additions and 4 deletions

View File

@@ -479,6 +479,6 @@ function logAudit($con, $adminId, $action, $tableName = null, $recordId = null,
return true;
} catch (Exception $e) {
error_log("Audit Log Error: " . $e->getMessage());
return false;
return $e->getMessage();
}
}