Explorar el Código

[Web] Fix transport validation for hostnames

andryyy hace 5 años
padre
commit
fc37442d21
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      data/web/inc/ajax/transport_check.php

+ 2 - 2
data/web/inc/ajax/transport_check.php

@@ -50,8 +50,8 @@ if (isset($_SESSION['mailcow_cc_role']) && $_SESSION['mailcow_cc_role'] == "admi
         $port = null;
       }
       else {
-        echo "Invalid transport";
-        die();
+        $port = substr($hostname_w_port, strrpos($hostname_w_port, ':') + 1);
+        $hostname = rtrim($hostname_w_port, ':' . $port);
       }
     }
     // Try to get MX if host is not [host]