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