Skip to content

Commit

Permalink
fix telemetry button during install
Browse files Browse the repository at this point in the history
fixes #15872
  • Loading branch information
cconard96 authored Oct 27, 2023
1 parent 0425239 commit 7be6221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ajax/telemetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
* ---------------------------------------------------------------------
*/

// Must be available during installation. This script already checks for permissions when the flag usually set by the installer is missing.
$SECURITY_STRATEGY = 'no_check';

include('../inc/includes.php');

header("Content-Type: text/html; charset=UTF-8");
Expand Down

0 comments on commit 7be6221

Please sign in to comment.