1
<?php
2
define('DB_HOST', 'localhost');
3
define('DB_NAME', '');
4
define('DB_USER', '');
5
define('DB_PASS', '');
6
define('WEBROOT', '/feeds');