Anpassungen zur Erstellung von Verzeichnissen in der PDF Generierung

This commit is contained in:
2017-11-06 09:56:56 +00:00
parent c94c55b8a9
commit cea1cf9289
20 changed files with 90 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<?php
// konstanten.php
define('MYSQL_HOST', '127.0.0.1');
define('MYSQL_USER', 'c1_startup');
define('MYSQL_PASS', 'J8WWzNqy#of');
define('MYSQL_DATABASE', 'c1_startup');
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'c2startup');
define('MYSQL_PASS', 'lmaa,dw.');
define('MYSQL_DATABASE', 'c2startup');