Skip to content

Commit

Permalink
Tracking: fix course log access (ajax) - refs BT#20297
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 31, 2022
1 parent e0692f7 commit 3a07f52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/inc/ajax/course_log.ajax.php
Expand Up @@ -7,8 +7,6 @@

require_once __DIR__.'/../global.inc.php';

api_protect_admin_script();

$httpRequest = HttpRequest::createFromGlobals();

$action = $httpRequest->query->has('a') ? $httpRequest->query->get('a') : $httpRequest->request->get('a');
Expand Down

0 comments on commit 3a07f52

Please sign in to comment.