Skip to content

Commit c121d46

Browse files
committed
Init
1 parent 75a6f29 commit c121d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

class-ftp-implicit-ssl-tls.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* Simple wrapper for cURL functions to transfer an ASCII file over FTP with implicit SSL/TLS
66
*
77
* @category Class
8-
* @author Max Rice
9-
* @since 1.0
8+
* @author Max Rice / Damith Jayasinghe
9+
* @since 1.4
1010
*/
1111

1212
class FTP_Implicit_SSL {
@@ -187,4 +187,4 @@ public function __destruct() {
187187
@curl_close( $this->curl_handle );
188188
}
189189

190-
}
190+
}

0 commit comments

Comments
 (0)