summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 10:07:47 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 10:07:47 +0100
commitcac95b8d16aed28b500ae73937e332eba3abf449 (patch)
tree719eb37dc1c199c7d3278de77cec2597fe80be62 /config.php-dist
parentb197f11776dd091565497c79e5119ab5b596e401 (diff)
posts register as updated when their MD5 hash changes
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 56d9c13a2..9126ef2fd 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -3,6 +3,6 @@
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
define(MIN_UPDATE_TIME, 600);
- define(CONTENT_CHECK_MD5, false);
+// define(CONTENT_CHECK_MD5, false);
?>