tbrehm
2011-04-04 6cc8cefb79c56224473c15b0e3cce6696733ef8e
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>