tbrehm
2010-09-16 43668010439d27d8d18577e1bb7ee7f79ab58ecf
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>