summaryrefslogtreecommitdiff
path: root/tests/docroot/www/send404.pl
blob: a92dfa6cdffbac8ac990c3d4dc09887dc29d381d (plain)
1
2
3
4
5
#!/usr/bin/perl
use CGI qw/:standard/;
print header ( -status => 404
               -type   => 'text/plain' );
print ("send404\n");