aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/nocontent.php
blob: 9c8431bd7ff257e8027aa4feca427eaf313afece (plain)
1
2
3
4
5
<?php

header('HTTP/1.0 204 No Content');

?>