xaver
2012-03-06 0732d32f508045da40fe9df607b9ef20ce2d198f
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>