Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jun 3, 2022
1 parent 4c42fd4 commit f286fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
if ($current_domain == '')
{
throw new LogicException('Maintenance-AddOn: No Domain found, SERVERNAME OR HTTP_HOST not defined');
throw new LogicException('Maintenance-AddOn: No Domain found, SERVER_NAME OR HTTP_HOST not defined');
}
if (in_array($current_domain, $domains)) {
$redirect = 'inaktiv';
Expand Down

0 comments on commit f286fde

Please sign in to comment.