mirror of
https://github.com/friendica/friendica
synced 2025-04-19 20:30:11 +00:00
Move admin/logs to src/Module
This commit is contained in:
parent
740723534f
commit
df947ba9db
7 changed files with 134 additions and 147 deletions
|
@ -68,6 +68,10 @@ abstract class BaseAdminModule extends BaseModule
|
|||
'contactblock' => ['admin/blocklist/contact', L10n::t('Contact Blocklist') , 'contactblock'],
|
||||
'blocklist' => ['admin/blocklist/server' , L10n::t('Server Blocklist') , 'blocklist'],
|
||||
]],
|
||||
'logs' => [L10n::t('Logs'), [
|
||||
'logsconfig' => ['admin/logs/', L10n::t('Logs') , 'logs'],
|
||||
'logsview' => ['admin/logs/view' , L10n::t('View Logs') , 'viewlogs'],
|
||||
]],
|
||||
];
|
||||
|
||||
$addons_admin = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue