summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 15:12:10 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 15:12:10 +0100
commit36bf74967c6a6a310a03f2fe30299c8f6bc34124 (patch)
treef1aa5028d6eb1b81e6408f9ad18016afb9bebbd5 /config.php-dist
parentda61567a39efceb589ce943419d0b1d615b59fe5 (diff)
some searchbox focus workarouns, content hash checking is optional now
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index e301ef058..b02e4c438 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -8,5 +8,6 @@
define(ICONS_DIR, "icons");
define(ICONS_URL, "icons");
define(PURGE_OLD_DAYS, 30);
+ define(UPDATE_POST_ON_CHECKSUM_CHANGE, true);
?>