summaryrefslogtreecommitdiff
path: root/tests/docroot/www
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www')
-rw-r--r--tests/docroot/www/sendfile.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/docroot/www/sendfile.php b/tests/docroot/www/sendfile.php
deleted file mode 100644
index ecdd7125..00000000
--- a/tests/docroot/www/sendfile.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-header("X-Sendfile: " . getcwd() . "/index.txt");
-
-if ($_GET["range"]) header("X-Sendfile-Range: " . $_GET["range"]);
-
-?> \ No newline at end of file