Changeset 46626 for trunk/src/wp-admin/includes/class-ftp-sockets.php
- Timestamp:
- 11/01/2019 02:55:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp-sockets.php
r44920 r46626 9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 * @link http ://www.phpclasses.org/browse/package/1743.html Site12 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 12 * @license LGPL https://opensource.org/licenses/lgpl-license.html 13 13 */ 14 14 … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 * @link http ://www.phpclasses.org/browse/package/1743.html Site26 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html25 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 26 * @license LGPL https://opensource.org/licenses/lgpl-license.html 27 27 */ 28 28 class ftp_sockets extends ftp_base {
Note: See TracChangeset
for help on using the changeset viewer.