1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +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

@@ -199,6 +199,7 @@ $lang = array_merge($lang, array(
'ACL_A_ROLES' => 'Can manage roles',
'ACL_A_SWITCHPERM' => 'Can use others permissions',
'ACL_A_STORAGE' => 'Can manage storages',
'ACL_A_STYLES' => 'Can manage styles',
'ACL_A_EXTENSIONS' => 'Can manage extensions',
'ACL_A_VIEWLOGS' => 'Can view logs',