1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/17184] Remove subfolders option in local storage

PHPBB3-17184
This commit is contained in:
Ruben Calvo
2023-09-23 11:22:25 +02:00
parent 276d793c7b
commit 94279d8ead
7 changed files with 44 additions and 255 deletions

View File

@@ -38,13 +38,6 @@ class local implements provider_interface
{
return [
'path' => ['type' => 'text'],
'subfolders' => [
'type' => 'radio',
'options' => [
'ENABLE' => '1',
'DISABLE' => '0',
],
],
];
}