summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/t/assets/doc_root/hello.php
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vendor-h2o/t/assets/doc_root/hello.php')
-rw-r--r--debian/vendor-h2o/t/assets/doc_root/hello.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/vendor-h2o/t/assets/doc_root/hello.php b/debian/vendor-h2o/t/assets/doc_root/hello.php
deleted file mode 100644
index 905beef..0000000
--- a/debian/vendor-h2o/t/assets/doc_root/hello.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-if (isset($_GET['link'])) {
- header('Link: ' . $_GET['link']);
-}
-echo "hello world";
-?>