Skip to content

Commit

Permalink
[#62] update commenting for PHP8
Browse files Browse the repository at this point in the history
#[ is no longer interpreted as the start of a comment, as this syntax is now used for attributes.
  • Loading branch information
pbatroff committed Dec 14, 2022
1 parent 5d41d0f commit fe1ee90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
$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';


/****************************************************************
Expand Down

0 comments on commit fe1ee90

Please sign in to comment.