1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Web] Internal hint to switch to array_key_last instead of array_pop

This commit is contained in:
André 2018-10-16 23:00:15 +02:00
parent 73b48fc13e
commit 109eec923f

View File

@ -27,6 +27,8 @@ if ($https_port === FALSE) {
} else {
$https_port = substr($_SERVER['HTTP_HOST'], $https_port+1);
}
// TODO: Switch from array_pop to array_key_last with release of PHP 7.3
// Alternatively select port here =>
//$https_port = 1234;
// Other settings =>