Umbau auf Composer

Entfernen der Revisionierung von TCPDF
Einbau des PHP-Mailers
This commit is contained in:
2016-12-10 09:40:31 +00:00
parent 47f4c735b3
commit 689519e6cb
205 changed files with 8 additions and 90998 deletions

View File

@@ -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);