7 lines
189 B
PHP
7 lines
189 B
PHP
<?php
|
|
// konstanten.php
|
|
define('MYSQL_HOST', 'localhost');
|
|
define('MYSQL_USER', 'web104');
|
|
define('MYSQL_PASS', 'lmaa,dw.');
|
|
define('MYSQL_DATABASE', 'usr_web104_1');
|
|
?>
|