don't show subdomains in php-configuration-overview + allow to hide standard-subdomains (they are full-domains) via panel-setting; fixes #744
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -124,6 +124,7 @@ function version_compare2($a, $b) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (count($a) > count($b)) {
|
||||
if ($a[count($b)-1] == $b[count($b)-1]) {
|
||||
return -1;
|
||||
@@ -134,6 +135,7 @@ function version_compare2($a, $b) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
foreach ($a as $depth => $aVal) {
|
||||
// iterate over each piece of A
|
||||
|
||||
Reference in New Issue
Block a user