mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:10:10 +00:00
Move admin/deleteitem to src/Module/Admin
This commit is contained in:
parent
a201391d11
commit
bc5d1384e1
5 changed files with 61 additions and 72 deletions
|
@ -68,6 +68,7 @@ abstract class BaseAdminModule extends BaseModule
|
|||
'tools' => [L10n::t('Tools'), [
|
||||
'contactblock' => ['admin/blocklist/contact', L10n::t('Contact Blocklist') , 'contactblock'],
|
||||
'blocklist' => ['admin/blocklist/server' , L10n::t('Server Blocklist') , 'blocklist'],
|
||||
'deleteitem' => ['admin/item/delete' , L10n::t('Delete Item') , 'deleteitem'],
|
||||
]],
|
||||
'logs' => [L10n::t('Logs'), [
|
||||
'logsconfig' => ['admin/logs/', L10n::t('Logs') , 'logs'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue