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