diff --git a/admin/audit_logs.php b/admin/audit_logs.php index 63660c1..94bf156 100644 --- a/admin/audit_logs.php +++ b/admin/audit_logs.php @@ -21,6 +21,9 @@ $logs = $pdo->query("
Period: {$month_name}
-Total Donations
-Donation Count
-| Category | -Amount | -
|---|---|
| " . htmlspecialchars($cat['name']) . " | $" . number_format($cat['total'], 2) . " |
| Case Title | -Amount | -
|---|---|
| " . htmlspecialchars($case['title']) . " | $" . number_format($case['total'], 2) . " |