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