tbrehm
2008-07-10 f53d3cdbfdb180865062eebf96340b3598083eae
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>