1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

Merge pull request #4947 from rubencm/ticket/15289-2

[ticket/15289] Allow to configure storage from acp
This commit is contained in:
Marc Alexander
2017-10-16 21:05:01 +02:00
committed by GitHub
6 changed files with 63 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class acp_storage_info
{
return array(
'filename' => 'acp_storage',
'title' => 'ACP_STORAGE',
'title' => 'ACP_STORAGE_SETTINGS',
'modes' => array(
'settings' => array('title' => 'ACP_STORAGE_SETTINGS', 'auth' => 'acl_a_storage', 'cat' => array('ACP_SERVER_CONFIGURATION')),
),