Skip to content

Commit

Permalink
checker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Dec 6, 2024
1 parent b54bf39 commit af6a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/maintenance_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function decide_access_bounce() {

$initiator = qualified_me();
$requesttarget = parse_url($initiator);
$tagetpath = !empty($requesttarget['path']) ? rtrim($requesttarget['path'], '/') : '';
$tagetpath = !empty($requesttarget['path']) ? rtrim($requesttarget['path'], '/') : '';

$whitelist = [];
$whitelist[] = $wwwrootparsed['path'];
Expand Down

0 comments on commit af6a5ec

Please sign in to comment.