From fe1ee908c1b92cbbf8c9a18f44a0649c05358601 Mon Sep 17 00:00:00 2001 From: Philipp Batroff Date: Wed, 14 Dec 2022 08:40:12 +0100 Subject: [PATCH] [#62] update commenting for PHP8 #[ is no longer interpreted as the start of a comment, as this syntax is now used for attributes. --- proxy/config.dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/config.dist.php b/proxy/config.dist.php index 7ddeef4..b8cf8c7 100644 --- a/proxy/config.dist.php +++ b/proxy/config.dist.php @@ -49,8 +49,8 @@ $target_url = $target_civicrm . '/civicrm/mailing/url'; $target_open = $target_civicrm . '/civicrm/mailing/open'; // CAUTION: use the following for CiviCRM < 5.27 or "Extern URL Style" = "Standalone Scripts" -#$target_url = $target_civicrm . '/sites/all/modules/civicrm/extern/url.php'; -#$target_open = $target_civicrm . '/sites/all/modules/civicrm/extern/open.php'; +//$target_url = $target_civicrm . '/sites/all/modules/civicrm/extern/url.php'; +//$target_open = $target_civicrm . '/sites/all/modules/civicrm/extern/open.php'; /****************************************************************