Annotation of embedaddon/lighttpd/tests/docroot/www/send404.pl, revision 1.1.1.2

1.1.1.2 ! misho       1: #!/usr/bin/env perl
        !             2: 
        !             3: print "Status: 404\n",
        !             4:       "Content-Type: text/plain\n",
        !             5:       "\n",
        !             6:       "send404\n";

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>