quentusrex
2008-10-30 56a1ede640ef43ed333f3834be175e7cd714abe0
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>