diff --git a/webapp/api.php b/webapp/api.php index e79ba52..75c9004 100644 --- a/webapp/api.php +++ b/webapp/api.php @@ -1018,7 +1018,7 @@ function logAction($db, $entryId, $action, $oldValues, $newValues) { ':action' => $action, ':old_values' => $oldValues ? json_encode($oldValues) : null, ':new_values' => $newValues ? json_encode($newValues) : null, - ':changed_by' => $_SERVER['REMOTE_ADDR'] ?? 'system' + ':changed_by' => function_exists('getAuditUser') ? getAuditUser() : ($_SESSION['user'] ?? 'system') ]); } diff --git a/webapp/settings.php b/webapp/settings.php index 59033a8..43e4b18 100644 --- a/webapp/settings.php +++ b/webapp/settings.php @@ -91,10 +91,12 @@ require_once __DIR__ . '/includes/header.php'; - - + + + + - Advanced + Client Settings @@ -416,9 +418,30 @@ require_once __DIR__ . '/includes/header.php'; Company Logos -

Upload logos for client shortnames to display in the table.

+

Manage logo images for client shortnames. Logos will appear in the entries table as 1:1 square icons.

-
+
+
+ + +
+
+ + +
+
+ + +
@@ -533,7 +556,7 @@ require_once __DIR__ . '/includes/header.php';

System Information

-
+
@@ -541,10 +564,19 @@ require_once __DIR__ . '/includes/header.php';

Error Logs

-
+
+
+ + +
-
+