aboutsummaryrefslogtreecommitdiffstats
path: root/php/readfile.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-13 22:12:39 +0200
committeradam <adam@>2021-02-13 22:12:39 +0200
commitfc779bb49a74da78689776391f5ea999c0a03f37 (patch)
tree18d12cf3286c4544acdcea4c8f2c31272e862f93 /php/readfile.php
parentdf1fcd07a15417173404b25b91cb8ac176e421c5 (diff)
downloadfileup-fc779bb49a74da78689776391f5ea999c0a03f37.tar.gz
share is share
Diffstat (limited to 'php/readfile.php')
-rw-r--r--php/readfile.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/readfile.php b/php/readfile.php
index 459232e..9c30ee5 100644
--- a/php/readfile.php
+++ b/php/readfile.php
@@ -40,5 +40,4 @@ if (!$file_node) {
}
header("Content-type: $file_node[mimetype]");
-
readfile("$storage_root/$file_node[code]");