xaver
2011-09-13 c72ea8348fb5845486dbab613ea6aeda96d2ff85
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>