mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Touch up share modal
Touching up the share modal. This is in preparation to allow a field for a contact (dropdown) / email address input, so that the shared link can be quickly emailed to a client
This commit is contained in:
@@ -142,7 +142,7 @@ if ($item_type == "Document") {
|
||||
|
||||
// Logging
|
||||
$name = sanitizeInput($login_row['login_name']);
|
||||
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Sharing', log_action = 'View', log_description = 'Viewed shared $item_type $name via link', log_client_id = $client_id, log_ip = '$ip', log_user_agent = '$user_agent', company_id = 1");
|
||||
mysqli_query($mysqli, "INSERT INTO logs SET log_type = 'Sharing', log_action = 'View', log_description = 'Viewed shared $item_type $name via link', log_client_id = $client_id, log_ip = '$ip', log_user_agent = '$ua', company_id = 1");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user