diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-01-30 22:21:06 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-03-29 21:49:31 +0100 |
commit | 3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a (patch) | |
tree | 3f35fd1b9d25d542907834fd6c0d0ed63729722b /phpBB/includes/acp/acp_forums.php | |
parent | 308e8b0c9689334ef45fad9a9ed0f0ae63746bc7 (diff) | |
download | forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.gz forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.bz2 forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.xz forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.zip |
[ticket/12150] Add options to acp
PHPBB3-12150
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index a1af8c489d..4cefc04608 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -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' => '', |