Update tables-not-found.php

This commit is contained in:
ruan 2019-11-30 14:55:10 +02:00
parent 56ebfe0150
commit c0869f654d

View File

@ -24,8 +24,9 @@
- Check that LiteBans has successfully connected to a MySQL database using <a class="text-info">/litebans
info</a>
<br>
- Ensure that the plugin is using the MySQL driver (<a class="text-info">driver: MySQL</a> in config.yml) to
connect to the database.
- Ensure that the plugin is using the MySQL driver to connect to the database.
(In config.yml, replace
<a class="text-danger">"driver: H2"</a> with <a class="text-info">"driver: MySQL"</a>)
<?php
require_once '../inc/settings.php';
$settings = new Settings(false);