blob: 43831ce34a6441859ab444d44f7c3cc8817f6f24 [file] [log] [blame]
<?php
header('WWW-Authenticate: Basic realm="FAIL"');
header('HTTP/1.0 200 OK');
header('Content-Type: text/plain');
echo 'PASS if you did not see an authentication dialog';
?>