Correct errors with PHP 7 and MySQL 8.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user