Till Brehm
2013-11-20 63d692444283c8d1e82efee122f2b46a70f0f073
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>