add default-ssl-ip setting
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -62,3 +62,7 @@ function getIpPortCombinations($ssl = false) {
|
||||
|
||||
return $system_ipaddress_array;
|
||||
}
|
||||
|
||||
function getSslIpPortCombinations() {
|
||||
return getIpPortCombinations(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user