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