Annotation of embedaddon/lighttpd/tests/docroot/www/cgi-pathinfo.pl, revision 1.1.1.2

1.1.1.2 ! misho       1: #!/usr/bin/env perl
1.1       misho       2: 
                      3: print "Content-Type: text/html\r\n\r\n";
                      4: 
                      5: print $ENV{"PATH_INFO"};
                      6: 
                      7: 0;

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