blob: b4a04e33fa964e7f797d19d4e0ca0413846b6319 [file] [log] [blame]
#!/usr/bin/perl
# Simple script to generate a redirect to a success document.
print "Content-type: text/plain\r\n";
print "Refresh: 0; URL=200.html\r\n";
print "\r\n";
print "FAILURE\r\n";