Fantu
2009-12-27 5c6cfc5cb6b1207d09fa6782b210121ba45b68f5
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>