mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:10:10 +00:00
Move admin/dbsync to src/Module
This commit is contained in:
parent
df947ba9db
commit
a201391d11
6 changed files with 113 additions and 101 deletions
|
@ -61,6 +61,7 @@ abstract class BaseAdminModule extends BaseModule
|
|||
'tos' => ['admin/tos' , L10n::t('Terms of Service') , 'tos'],
|
||||
]],
|
||||
'database' => [L10n::t('Database'), [
|
||||
'dbsync' => ['admin/dbsync' , L10n::t('DB updates') , 'dbsync'],
|
||||
'deferred' => ['admin/queue/deferred', L10n::t('Inspect Deferred Workers'), 'deferred'],
|
||||
'workerqueue' => ['admin/queue' , L10n::t('Inspect worker Queue') , 'workerqueue'],
|
||||
]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue