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