tbrehm
2009-01-11 15b04e77b792d82fe61ac117b37c4e2f6c48bace
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>