mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
refactored S3 config into an own class and remounting backups automatic to s3direct stream-wrapper
This commit is contained in:
parent
1861f63231
commit
cb0f0f8063
@ -104,7 +104,7 @@ class filemanager_hooks
|
|||||||
if (!empty($GLOBALS['egw_info']['user']['apps']['stylite']))
|
if (!empty($GLOBALS['egw_info']['user']['apps']['stylite']))
|
||||||
{
|
{
|
||||||
$file['Sharing'] = Egw::link('/index.php', 'menuaction=filemanager.filemanager_shares.index&admin=true&ajax=true');
|
$file['Sharing'] = Egw::link('/index.php', 'menuaction=filemanager.filemanager_shares.index&admin=true&ajax=true');
|
||||||
$file['S3 configuration'] = Egw::link('/index.php', 'menuaction=stylite.'.EGroupware\Stylite\Vfs\S3\StreamWrapper::class.'.config&ajax=true');
|
$file['S3 configuration'] = Egw::link('/index.php', 'menuaction=stylite.'.EGroupware\Stylite\Vfs\S3\Config::class.'.config&ajax=true');
|
||||||
}
|
}
|
||||||
if ($location == 'admin')
|
if ($location == 'admin')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user