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