blob: 78ab4aa011e194bf4205217e0724affda42e2572 [file] [log] [blame]
<?php
header("Content-Type: text/plain");
header("X-Custom-Header-Single: single");
header("X-Custom-Header-Empty:");
header("X-Custom-Header-List: one");
header("X-Custom-Header-List: two", false);
?>