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