1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

improved article look

This commit is contained in:
Andrew Dolgov
2005-08-23 15:47:46 +01:00
parent 5519382252
commit f07c0eb4fa
5 changed files with 52 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<?
define(VERSION, "0.2-pre");
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(WEB_DEMO_MODE, false);
?>