diff options
Diffstat (limited to 'Postman/PostmanOptions.php')
-rw-r--r-- | Postman/PostmanOptions.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php index 110014e..f0d675e 100644 --- a/Postman/PostmanOptions.php +++ b/Postman/PostmanOptions.php @@ -262,9 +262,6 @@ if ( ! class_exists( 'PostmanOptions' ) ) { public function getEncryptionType() { $port = $this->getPort(); switch ($port): - case 25: - return 'none'; - break; case 465: return 'ssl'; break; |