ftimme
2011-09-29 bcfda5a5e1ae300463e66d0e7d2fd5a29c9ff4fc
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>