fix creating of ssl-redirect without ssl-ip/port, fixes #1303
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -544,6 +544,7 @@ if ($page == 'domains'
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$ssl_redirect = 0;
|
||||
// we need this for the serialize
|
||||
// if ssl is disabled or no ssl-ip/port exists
|
||||
$ssl_ipandports[] = -1;
|
||||
@@ -1299,6 +1300,7 @@ if ($page == 'domains'
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$ssl_redirect = 0;
|
||||
// we need this for the serialize
|
||||
// if ssl is disabled or no ssl-ip/port exists
|
||||
$ssl_ipandports[] = -1;
|
||||
|
||||
Reference in New Issue
Block a user