mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
slightly modified general tab layout to remove the confusion between board defaults and board settings.
git-svn-id: file:///svn/phpbb/trunk@5787 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -168,6 +168,8 @@ class acp_attachments
|
||||
'UPLOAD_PATH' => $new['upload_path'],
|
||||
'DISPLAY_ORDER' => $new['display_order'],
|
||||
'ATTACHMENT_QUOTA' => $new['attachment_quota'],
|
||||
'ALLOW_ATTACHMENTS' => $new['allow_attachments'],
|
||||
'ALLOW_PM_ATTACH' => $new['allow_pm_attach'],
|
||||
'MAX_FILESIZE' => $new['max_filesize'],
|
||||
'MAX_PM_FILESIZE' => $new['max_filesize_pm'],
|
||||
'MAX_ATTACHMENTS' => $new['max_attachments'],
|
||||
|
Reference in New Issue
Block a user