aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-06 17:29:48 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-06 17:29:48 +0000
commit3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957 (patch)
treea25bbad0a50febc1f6087f19fc194f268ca65a99 /phpBB/includes/acp/acp_board.php
parentc01597499cbfbce0a429b7196a315e1643d9e5c2 (diff)
downloadforums-3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957.tar
forums-3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957.tar.gz
forums-3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957.tar.bz2
forums-3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957.tar.xz
forums-3eb7f4ec284f7fddc627abd7b4adeb6e9bbae957.zip
Configure the warning expiry
git-svn-id: file:///svn/phpbb/trunk@5605 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
-rw-r--r--phpBB/includes/acp/acp_board.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index ace7dd4990..55e4ceb9e8 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -101,7 +101,10 @@ class acp_board
'max_post_font_size' => array('lang' => 'MAX_POST_FONT_SIZE', 'type' => 'text:5:4', 'explain' => true),
'max_quote_depth' => array('lang' => 'QUOTE_DEPTH_LIMIT', 'type' => 'text:4:4', 'explain' => true),
'max_post_img_width' => array('lang' => 'MAX_POST_IMG_WIDTH', 'type' => 'text:5:4', 'explain' => true),
- 'max_post_img_height' => array('lang' => 'MAX_POST_IMG_HEIGHT', 'type' => 'text:5:4', 'explain' => true)
+ 'max_post_img_height' => array('lang' => 'MAX_POST_IMG_HEIGHT', 'type' => 'text:5:4', 'explain' => true),
+
+ 'legend5' => 'MODERATION',
+ 'warnings_expire_days' => array('lang' => 'WARNINGS_EXPIRE', 'type' => 'text:3:4', 'explain' => true)
)
);
break;