added ssl-certificate overview for admins and customers to show CN, Issuer, ValidFrom and ValidTo dates

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-09-26 11:48:36 +02:00
parent 79b839c024
commit ed0ede645a
9 changed files with 253 additions and 0 deletions

View File

@@ -2099,6 +2099,11 @@ if ($page == 'domains' || $page == 'overview') {
} elseif ($page == 'domaindnseditor' && Settings::Get('system.dnsenabled') == '1') {
require_once __DIR__.'/dns_editor.php';
} elseif ($page == 'sslcertificates') {
require_once __DIR__.'/ssl_certificates.php';
}
function formatDomainEntry(&$row, &$idna_convert)