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