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