ftimme
2012-05-24 80bee61fcda7e0f8e09e2f286514537c8555beef
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>