add php-configuration to domain-listing, fixes #1141; move backup-menu to 'System' instead of 'Resources'
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -223,12 +223,6 @@ return [
|
||||
'required_resources' => 'customers',
|
||||
'add_shortlink' => 'admin_plans.php?page=overview&action=add'
|
||||
],
|
||||
[
|
||||
'url' => 'admin_backups.php?page=overview',
|
||||
'label' => lng('admin.backups.backups'),
|
||||
'required_resources' => 'change_serversettings',
|
||||
'add_shortlink' => 'admin_backups.php?page=overview&action=add'
|
||||
],
|
||||
[
|
||||
'url' => 'admin_settings.php?page=updatecounters',
|
||||
'label' => lng('admin.updatecounters'),
|
||||
@@ -268,6 +262,12 @@ return [
|
||||
'label' => lng('admin.cron.cronsettings'),
|
||||
'required_resources' => 'change_serversettings'
|
||||
],
|
||||
[
|
||||
'url' => 'admin_backups.php?page=overview',
|
||||
'label' => lng('admin.backups.backups'),
|
||||
'required_resources' => 'change_serversettings',
|
||||
'add_shortlink' => 'admin_backups.php?page=overview&action=add'
|
||||
],
|
||||
[
|
||||
'url' => 'admin_logger.php?page=log',
|
||||
'label' => lng('menue.logger.logger'),
|
||||
|
||||
Reference in New Issue
Block a user