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