X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/aaf82199178b7ad9117942bafcb45fadc24e1dab..b5e0ee87251670be18b2f2fc128a4be0b25ebfb8:/bin/plp.fcgi diff --git a/bin/plp.fcgi b/bin/plp.fcgi new file mode 100755 index 0000000..1eabbdb --- /dev/null +++ b/bin/plp.fcgi @@ -0,0 +1,7 @@ +#!/usr/bin/env perl + +# This is a dispatch script for FastCGI installations. +# It is not needed with normal CGI or mod_perl. + +use PLP::Backend::FastCGI; +