add frontend for new MysqlServer API command

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-24 19:50:30 +02:00
parent 7cbc14f4aa
commit d8bcf52b3b
12 changed files with 523 additions and 25 deletions

View File

@@ -182,6 +182,10 @@ return [
'label' => lng('admin.ipsandports.ipsandports'),
'required_resources' => 'change_serversettings'
],
[
'url' => 'admin_mysqlserver.php?page=mysqlserver',
'label' => lng('admin.mysqlserver.mysqlserver'),
],
[
'url' => 'admin_plans.php?page=overview',
'label' => lng('admin.plans.plans'),