1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:35:55 +00:00

functionality updates

This commit is contained in:
Andrew Dolgov
2005-08-21 16:01:18 +01:00
parent d76a3b036c
commit a1a8a2be02
6 changed files with 209 additions and 135 deletions

View File

@@ -1,4 +1,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);
?>