From efc483e2775030fa8d8ded2183ffd4c2c67a9a2c Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 19 Nov 2020 13:38:17 +1300 Subject: [PATCH 1/2] Fix url references to preferred urls The older urls are still commented in the config.dist.php file so should not be too hard to find for someone dealing with an older site --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 83fd61d..a2fe7c5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -65,13 +65,13 @@ You can set the URL of the target CiviCRM using the variable `$target_civirm` in ### Setting for the click tracking url There is a setting in CiviCRM which is used for tracking the clicks in your mailing. On your CiviProxy server this setting is captured in the variable `$target_url` in the `config.php` file: ```php -$target_url = $target_civicrm . '/sites/all/modules/civicrm/extern/url.php'; +$target_url = $target_civicrm . '/civicrm/mailing/url'; ``` If you set it to the value NULL this functionality will not be available on your CiviProxy server. ### Setting for the open tracking CiviCRM tracks if a mailing has been opened in a certain way. CiviProxy has this setting in the variable `$target_open` in the `config.php` file: ```php -$target_open = $target_civicrm . '/sites/all/modules/civicrm/extern/open.php'; +$target_open = $target_civicrm . '/civicrm/mailing/url/open.php'; ``` If you set it to the value NULL this functionality will not be available on your CiviProxy server. ### Setting for the location of images and included files in your mail(ing) From 9f3b3e9ed5e737d613308c03fd21e05116c3f775 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 19 Nov 2020 13:41:28 +1300 Subject: [PATCH 2/2] Fix typo --- proxy/config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/config.dist.php b/proxy/config.dist.php index 631facd..9a556e9 100644 --- a/proxy/config.dist.php +++ b/proxy/config.dist.php @@ -63,7 +63,7 @@ $mail_subscription_user_key = NULL; $debug = NULL; //'LUXFbiaoz4dVWuAHEcuBAe7YQ4YP96rN4MCDmKj89p.log'; // Local network interface or IP to be used for the relayed query -// This is usefull in some VPN configurations (see CURLOPT_INTERFACE) +// This is useful in some VPN configurations (see CURLOPT_INTERFACE) $target_interface = NULL; /****************************************************************