summaryrefslogtreecommitdiff
path: root/tests/docroot
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-06-19 19:06:39 +0000
committerStefan Bühler <stbuehler@web.de>2009-06-19 19:06:39 +0000
commitb2108c436c060fc43060989b9d4a9184beaede9b (patch)
tree6062af6931f94886af09b53f6303731a60d09d05 /tests/docroot
parent3c723e6744d4ef10d2f1a0bf6a560c686dffea86 (diff)
downloadlighttpd-git-b2108c436c060fc43060989b9d4a9184beaede9b.tar.gz
Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/docroot')
-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