diff --git a/HttpServer/Http/File.php b/HttpServer/Http/File.php index 15608e70..aa245ecb 100644 --- a/HttpServer/Http/File.php +++ b/HttpServer/Http/File.php @@ -68,6 +68,7 @@ class File public function getContent(): string { $open = fopen('php://temp', 'r'); + var_dump($open); $limit = 1024000;