support for web-demo mode (restricted rights)

This commit is contained in:
Andrew Dolgov
2005-08-23 12:34:07 +01:00
parent f48ba3c9e4
commit b0b4abcf37
3 changed files with 27 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
define(MIN_UPDATE_TIME, 1800);
// define(CONTENT_CHECK_MD5, false);
define(WEB_DEMO_MODE, false);
?>