1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16764] Remove more remnants of remote uploading

PHPBB3-16764
This commit is contained in:
Marc Alexander
2021-04-26 20:44:15 +02:00
parent 0ccce7c4f8
commit c45c7f4622
4 changed files with 1 additions and 11 deletions

View File

@@ -46,9 +46,6 @@ class upload
/** @var string Prefix for language variables of errors */
public $error_prefix = '';
/** @var int Timeout for remote upload */
public $upload_timeout = 6;
/** @var \phpbb\files\factory Files factory */
protected $factory;