1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12150] Add options to acp

PHPBB3-12150
This commit is contained in:
Marc Alexander
2014-01-30 22:21:06 +01:00
parent 308e8b0c96
commit 3c7ff1c417
4 changed files with 62 additions and 0 deletions

View File

@@ -457,6 +457,9 @@ class acp_forums
'prune_days' => 7,
'prune_viewed' => 7,
'prune_freq' => 1,
'enable_shadow_topic_prune' => false,
'prune_shadow_topic_days' => 7,
'prune_shadow_topic_freq' => 1,
'forum_flags' => FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS,
'forum_options' => 0,
'forum_password' => '',