Skip to content

Commit

Permalink
Update setup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Nov 15, 2023
1 parent b26427a commit 4945478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
$password = $config['password'];
$wikitextallowed = $config['wikitextallowed'];
$setupallowed = $config['setupallowed'];
echo "<p><em>Note: An existing configuration file was detected and has been loaded.</em></p>";
if (!$setupallowed) {
echo "<p>This script has been disabled by a system administrator. You must manually edit the config.ini file instead.";
header("HTTP/1.1 403 Forbidden");
Expand Down

0 comments on commit 4945478

Please sign in to comment.