Einchecken des Online-Codes
This commit is contained in:
8
inc/konstanten.php
Normal file
8
inc/konstanten.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// konstanten.php
|
||||
define('MYSQL_HOST', 'localhost');
|
||||
define('MYSQL_USER', 'c4immo');
|
||||
define('MYSQL_PASS', 'WIKoe28B.');
|
||||
define('MYSQL_DATABASE', 'c4immo');
|
||||
define('FPDF_FONTPATH', 'inhalte/pdf/font/');
|
||||
?>
|
||||
Reference in New Issue
Block a user