summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 14:04:57 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 14:04:57 +0100
commitc3a8d71ad42e1cfc72db5bb0f43789935220e6db (patch)
tree3d9962a9c6d650a6e75f9efd21bcc0816ac74e11 /config.php-dist
parent9cfc649af5e3a397f530475a16a2ae51965e948b (diff)
more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated
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 c237d41a9..98a3028ce 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -8,6 +8,6 @@
define(ENABLE_FEED_ICONS, true);
define(ICONS_DIR, "icons");
define(ICONS_URL, "icons");
-
+ define(PURGE_OLD_DAYS, 30);
?>