Automatically calculate the filesystem path of the application and use
[misc/kostenrechnung] / config.php.template
1 <?php
2
3 define('DBHOST', 'hostname');
4 define('DBNAME', 'infodrom');
5 define('DBUSER', 'username');
6 define('DBPASS', 'password');
7
8 define('DEBUG', false);
9
10 ?>