migrated ssl-editor; also usable as admin now

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-16 13:54:57 +01:00
parent 401eb60062
commit d30c9a2ff7
6 changed files with 133 additions and 141 deletions

View File

@@ -665,6 +665,9 @@ if ($page == 'domains' || $page == 'overview') {
UI::twigOutputBuffer();
}
}
} elseif ($page == 'domainssleditor') {
require_once __DIR__ . '/ssl_editor.php';
} elseif ($page == 'domaindnseditor' && Settings::Get('system.dnsenabled') == '1') {
require_once __DIR__ . '/dns_editor.php';