summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/t/assets/doc_root/hello.php
blob: 905beefecf8e9674dbdcf14f84724f874871df8c (plain)
1
2
3
4
5
6
<?php
if (isset($_GET['link'])) {
    header('Link: ' . $_GET['link']);
}
echo "hello world";
?>