cfoe
2012-07-04 1b47906cde5e222416c1611735545e8376fb9626
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>