Dominik
2015-01-14 f42d9169cd94b234c13403b3bc635fffe04fb252
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>