basic functionality pass 2

This commit is contained in:
Andrew Dolgov
2005-08-21 16:23:44 +01:00
parent a1a8a2be02
commit 82baad4a8a
6 changed files with 30 additions and 94 deletions

View File

@@ -2,5 +2,6 @@
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, 600);
?>