cfoe
2012-05-23 98ad85eff21f72cdac88486cfb7e903a6c73b52c
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>