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