Antennipasi
2008-12-29 57c8b2514bf1c76e9e1be25fe88beaffd3f9bce6
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>