aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax/headers/response/index.php
blob: 6c8d0864ed4926a7e45169265b04224fded1471f (plain)
1
2
3
4
5
<?php

foreach( $_REQUEST as $header => $value ) {
	@header("$header: $value");
}