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