mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
Set verify=false in tables-not-found to prevent infinite recursion
This commit is contained in:
parent
ca8a5b2b59
commit
2a8c790b78
@ -43,7 +43,7 @@
|
||||
<br>
|
||||
<?php
|
||||
echo("<br>Database tables:");
|
||||
$db = new Database($settings, true, true);
|
||||
$db = new Database($settings, true, false);
|
||||
try {
|
||||
$st = $db->conn->query("SELECT * FROM " . $settings->table['bans'] . " LIMIT 1;");
|
||||
$st->fetch();
|
||||
|
Loading…
x
Reference in New Issue
Block a user