diff --git a/setup.php b/setup.php index 3622e6c..9fbce70 100644 --- a/setup.php +++ b/setup.php @@ -65,7 +65,6 @@ $password = $config['password']; $wikitextallowed = $config['wikitextallowed']; $setupallowed = $config['setupallowed']; - echo "

Note: An existing configuration file was detected and has been loaded.

"; if (!$setupallowed) { echo "

This script has been disabled by a system administrator. You must manually edit the config.ini file instead."; header("HTTP/1.1 403 Forbidden");