diff --git a/README.md b/README.md index f5c5f260..c4fe8ae0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ cp scripts/config.dist.php config.php - Ensure you have an account created in your TrinityCore installation - Check to make sure you have the necessary GM level set in `auth.account_access` +### Updates to existing minimanager installations +For older installations, a change was made to improve the security of the application (though in its current state, +more work must be done). Ensure your `config.php` includes the following lines, preferably near the bottom: + +```php +if (!defined('HEADER_LOADED')) { + header('Location: /'); +} +``` - - +This is to ensure direct navigation to the configuration file is not permitted. diff --git a/SQL/index.html b/SQL/index.html deleted file mode 100644 index 8b9da368..00000000 --- a/SQL/index.html +++ /dev/null @@ -1,9 +0,0 @@ - -
-