blob: e198041806b28186c5fb2067c47828a62038e620 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n";
print "Cache-Control: no-cache, no-store\n";
print "X-FRAME-OPTIONS: ALLOWALL\n\n";
print "<p>PASS: This text should show up.</p>\n";