quentusrex
2008-11-06 e6bb4e823a6fb353fb802b6a7bfb8d7ed1cc424a
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>