projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591a995
)
CIVICRM-2150 CiviCRM 5.63.0 regression, Mailing click tracking now returns: Error...
author
Justin Freeman
<justin@agileware.com.au>
Thu, 6 Jul 2023 07:08:56 +0000
(17:08 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Thu, 6 Jul 2023 21:01:17 +0000
(07:01 +1000)
extern/url.php
patch
|
blob
|
blame
|
history
diff --git
a/extern/url.php
b/extern/url.php
index 370a1fe5d276b02422122fdef2aa27eb5a8b8e04..1c1fac3b32f69844439ceaf7fad4dc1d9a93e4ff 100644
(file)
--- a/
extern/url.php
+++ b/
extern/url.php
@@
-54,6
+54,6
@@
if (strlen($query_string) > 0) {
$url = str_replace('&', '&', $url);
// CRM-17953 - The CMS is not bootstrapped so cannot use CRM_Utils_System::redirect
-header('X-Robots-Tag
', '
noindex');
+header('X-Robots-Tag
:
noindex');
header('Location: ' . $url);
CRM_Utils_System::civiExit();