fantu
2008-12-21 a008643b8c0a410e21fcd49dffbeffc1a7fe80c2
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>