Skip to content

Commit b646409

Browse files
authored
chore: disallow uploads to 3.2.x branch
1 parent 204af99 commit b646409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function set_default_config()
183183
'20' => array('latest_revision' => '23', 'name' => 'phpBB 2.0.x', 'allow_uploads' => false),
184184
'30' => array('latest_revision' => '14', 'name' => 'phpBB 3.0.x', 'allow_uploads' => false),
185185
'31' => array('latest_revision' => '12', 'name' => 'phpBB 3.1.x', 'allow_uploads' => false),
186-
'32' => array('latest_revision' => '11', 'name' => 'phpBB 3.2.x', 'allow_uploads' => true),
186+
'32' => array('latest_revision' => '11', 'name' => 'phpBB 3.2.x', 'allow_uploads' => false),
187187
'33' => array('latest_revision' => '12', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
188188
)),
189189

0 commit comments

Comments
 (0)