diff options
author | Mario <mario@mariovavti.com> | 2022-12-27 10:44:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-27 10:44:54 +0000 |
commit | 633cd11c5b129a9712dbc6e7867284fa7999cea5 (patch) | |
tree | 8cee50f1d5af87924e1e6ed5ba3adcec5d1bfd4a /Zotlabs/Widget/Admin.php | |
parent | 3101c6540a3992a95369abefd3bafa3abf36db9e (diff) | |
download | volse-hubzilla-633cd11c5b129a9712dbc6e7867284fa7999cea5.tar.gz volse-hubzilla-633cd11c5b129a9712dbc6e7867284fa7999cea5.tar.bz2 volse-hubzilla-633cd11c5b129a9712dbc6e7867284fa7999cea5.zip |
move mod queueworker to /admin
Diffstat (limited to 'Zotlabs/Widget/Admin.php')
-rw-r--r-- | Zotlabs/Widget/Admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Admin.php b/Zotlabs/Widget/Admin.php index 0a7a6925f..aa88de36a 100644 --- a/Zotlabs/Widget/Admin.php +++ b/Zotlabs/Widget/Admin.php @@ -32,6 +32,7 @@ class Admin { 'addons' => array(z_root() . '/admin/addons/', t('Addons'), 'addons'), 'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'), 'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'), + 'queueworker' => array(z_root() . '/admin/queueworker', t('Queueworker'), 'queueworker'), 'profs' => array(z_root() . '/admin/profs', t('Profile Fields'), 'profs'), 'dbsync' => array(z_root() . '/admin/dbsync/', t('DB updates'), 'dbsync') ]; |