Skip to content

Commit

Permalink
Update configure.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 2, 2023
1 parent 0ea62de commit fedd4a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ function isMobile() {
} else {
$pathwithhttp = "http://" . $config['path'];
}
if (isMobile()) {
header("Location: $pathwithhttp/m");
}
$mobile = isMobile();
if ($password == "") {
header("HTTP/1.1 503 Service Unavailable");
echo "<strong>Note for users: $projectname is attempting to resolve a security issue related to this Bugkiller. Please wait until the site comes back online.</strong><br><br><strong>Note for the operator: For security reasons, it is no longer possible to use Bugkiller without a MySQL database password.</strong><br>Please alter the <code>$username</code> user to have a password.";
Expand Down

0 comments on commit fedd4a6

Please sign in to comment.