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