various fixes for idn converted domains + fix undefined index alias when editing a domain with alias

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-10-25 12:24:57 +02:00
parent af77453bfe
commit 884b2ed913
3 changed files with 11 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ if (count($all_certs) == 0) {
$cert_data = openssl_x509_parse($cert['ssl_cert_file']);
$cert['domain'] = $idna_convert->encode($cert['domain']);
$cert['domain'] = $idna_convert->decode($cert['domain']);
$adminCustomerLink = "";
if (AREA == 'admin') {