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