diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-08-21 13:44:10 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-08-21 13:44:10 +0200 |
commit | a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385 (patch) | |
tree | 467b49e2305c3eeacc6d87f679edc6efe6a33658 /phpBB/includes/functions_transfer.php | |
parent | 31aac66f5aca218254a6ff199c21a282bc6059bc (diff) | |
parent | c013e727d43348ac66b1a12fda7e34d46fe241ea (diff) | |
download | forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.gz forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.bz2 forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.xz forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.zip |
Merge pull request #2894 from Nicofuma/ticket/12999
[ticket/12999] Remove @author tags
* Nicofuma/ticket/12999:
[ticket/12999] Remove @author tags
Diffstat (limited to 'phpBB/includes/functions_transfer.php')
-rw-r--r-- | phpBB/includes/functions_transfer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_transfer.php b/phpBB/includes/functions_transfer.php index fca183a225..42fdee364c 100644 --- a/phpBB/includes/functions_transfer.php +++ b/phpBB/includes/functions_transfer.php @@ -507,8 +507,6 @@ class ftp extends transfer /** * FTP fsock transfer class -* -* @author wGEric */ class ftp_fsock extends transfer { |