summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 12:34:07 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 12:34:07 +0100
commitb0b4abcf3756039965d309333233abc58f61df8d (patch)
tree5f810971e983c1d2c29b1e3e870c0ffea55c4831 /config.php-dist
parentf48ba3c9e4c36e46a4769042876014e8f91eabb5 (diff)
support for web-demo mode (restricted rights)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index c83cbaf32..fae328172 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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);
+
?>