Umbau auf Composer
Entfernen der Revisionierung von TCPDF Einbau des PHP-Mailers
This commit is contained in:
@@ -12,6 +12,8 @@ if ('Test' == PREFIX)
|
||||
exit();
|
||||
}
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user