display domains one below the other, so you get a better overview
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -55,7 +55,7 @@ if($page == 'overview')
|
|||||||
}
|
}
|
||||||
|
|
||||||
natsort($domainArray);
|
natsort($domainArray);
|
||||||
$domains = implode(', ', $domainArray);
|
$domains = implode(',<br />', $domainArray);
|
||||||
$userinfo['email'] = $idna_convert->decode($userinfo['email']);
|
$userinfo['email'] = $idna_convert->decode($userinfo['email']);
|
||||||
$yesterday = time() - (60 * 60 * 24);
|
$yesterday = time() - (60 * 60 * 24);
|
||||||
$month = date('M Y', $yesterday);
|
$month = date('M Y', $yesterday);
|
||||||
|
|||||||
Reference in New Issue
Block a user