From 4945478233a013d45c9b8b3fa864a1e97fd4aaa8 Mon Sep 17 00:00:00 2001 From: TylerMS887 <115214762+TylerMS887@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:05:47 +0000 Subject: [PATCH] Update setup.php --- setup.php | 1 - 1 file changed, 1 deletion(-) 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");