You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?
|
|
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
|
|
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
|
|
define(HEADLINES_PER_PAGE, 15);
|
|
define(MIN_UPDATE_TIME, 1800);
|
|
// define(CONTENT_CHECK_MD5, false);
|
|
?>
|
|
|