Removed Client Audit log, now located under Recent under client Overview can click View More to see the main audit log if your an admin also added client filter to the main audit log

This commit is contained in:
johnnyq
2024-08-23 15:43:50 -04:00
parent 58ec9121a0
commit d35b9ee161
5 changed files with 49 additions and 140 deletions

View File

@@ -213,9 +213,6 @@ if (isset($_GET['client_id'])) {
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('item_id') AS num FROM shared_items WHERE item_client_id = $client_id"));
$num_shared_links = $row['num'];
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('log_id') AS num FROM logs WHERE log_client_id = $client_id"));
$num_logs = $row['num'];
// Expiring Items
// Count Domains Expiring within 30 Days