Files
homepage/inc/konstanten - Kopie.php
2023-12-28 12:13:55 +01:00

7 lines
180 B
PHP

<?php
// konstanten.php
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'root');
define('MYSQL_PASS', 'lmaa,dw.');
define('MYSQL_DATABASE', 'wille');
?>