Correct errors with PHP 7 and MySQL 8.

This commit is contained in:
2024-02-25 08:27:33 +01:00
parent a6edc1bb02
commit 1fc4026227
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ if ('Test' == PREFIX)
include "inc/config.php"; // die Konfigurationsdateien lesen
require_once(__DIR__ . '/vendor/autoload.php');
ini_set('session.gc_maxlifetime', 7200);
// Verbindung zu MySQL Aufbauen
$db = @new MySQLi(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DATABASE);
$db->set_charset('utf8');