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