vogelor
2009-05-28 d1086fc4f86cbcbc013b0981b639ee92892069ec
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>