tbrehm
2008-12-07 0c4be73f5e75e247d01923cfc7fcc872232471df
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>