[global] Changed raw "header('Location:') to Friendica's System::externalRedirect() #1281

Closed
Quix0r wants to merge 2 commits from 2022.09-rc into 2022.09-rc
Quix0r commented 2022-09-12 19:09:55 +02:00 (Migrated from github.com)

Changes:

  • rewrote header('Location: foo'); to System::externalRedirect()
  • changed double-quotes to single
  • no executable permission on these files

Fixed an issue reported in https://github.com/friendica/friendica/issues/11632#issuecomment-1237755268

Changes: - rewrote `header('Location: foo');` to `System::externalRedirect()` - changed double-quotes to single - no executable permission on these files Fixed an issue reported in https://github.com/friendica/friendica/issues/11632#issuecomment-1237755268
MrPetovan (Migrated from github.com) requested changes 2022-09-13 01:20:21 +02:00
Quix0r (Migrated from github.com) reviewed 2022-09-13 01:52:28 +02:00
annando (Migrated from github.com) reviewed 2022-09-13 09:37:30 +02:00
Quix0r (Migrated from github.com) reviewed 2022-09-13 14:06:43 +02:00
Quix0r (Migrated from github.com) reviewed 2022-09-13 14:10:01 +02:00
Quix0r commented 2022-09-13 15:03:35 +02:00 (Migrated from github.com)

This change requires https://github.com/friendica/friendica/pull/11900 to be merged or else this won't add those headers.

This change requires https://github.com/friendica/friendica/pull/11900 to be merged or else this won't add those headers.

Pull request closed

Sign in to join this conversation.
No description provided.