1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +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

@@ -13,7 +13,7 @@
namespace phpbb\files\types;
class foo extends \phpbb\files\types\remote
class foo extends \phpbb\files\types\upload
{
static public $tempnam_path;
}