Save where a visitor is redirected for any kind of tracked visit

This commit is contained in:
Alejandro Celaya
2024-11-24 13:21:48 +01:00
parent 89f70114e4
commit 86cc2b717c
6 changed files with 32 additions and 13 deletions

View File

@@ -22,3 +22,4 @@ const DEFAULT_QR_CODE_ENABLED_FOR_DISABLED_SHORT_URLS = true;
const DEFAULT_QR_CODE_COLOR = '#000000'; // Black
const DEFAULT_QR_CODE_BG_COLOR = '#ffffff'; // White
const IP_ADDRESS_REQUEST_ATTRIBUTE = 'remote_address';
const REDIRECT_URL_REQUEST_ATTRIBUTE = 'redirect_url';