summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-02-03 11:22:41 +0100
committerYorhel <git@yorhel.nl>2015-02-03 11:22:41 +0100
commitc0f9cafbe7f7b5d9b2f2a6458c6ef0986de3d2c8 (patch)
treeb51b5e87ea696110ab2558499681cfe2b57874f3 /data
parent76548db77ef061f22c4b0d82a3f7affc2ca695f3 (diff)
Disallow editing your own post after one week
Diffstat (limited to 'data')
-rw-r--r--data/global.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 7a11c424..997b551d 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -41,6 +41,7 @@ our %S = (%S,
discussion_boards => [qw|an db ge v p u|], # <- note that some properties of these boards are hard-coded
vn_lengths => [ 0..5 ],
anime_types => [qw|tv ova mov oth web spe mv|],
+ board_edit_time => 7*24*3600,
vn_relations => {
# id => [ order, reverse ]
seq => [ 0, 'preq' ],