aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_transfer.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-19 22:54:45 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-19 22:54:45 +0200
commitc013e727d43348ac66b1a12fda7e34d46fe241ea (patch)
tree0f24611bbddec24fbfce085844edc818b482e5c6 /phpBB/includes/functions_transfer.php
parentda3ddaf676827b1377306f7a89079b96d1bcc253 (diff)
downloadforums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.gz
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.bz2
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.xz
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.zip
[ticket/12999] Remove @author tags
PHPBB3-12999
Diffstat (limited to 'phpBB/includes/functions_transfer.php')
-rw-r--r--phpBB/includes/functions_transfer.php2
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
{