From 599d8ef054d361982a48216063b04038fe2bcb7a Mon Sep 17 00:00:00 2001 From: "jrayhawk+piny.be@omgwallhack.org" Date: Tue, 21 Dec 2010 01:00:37 -0800 Subject: Adding build and config infrastructure for Piny CGIs --- pinyweb/cgi-bin/piny-newuser.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pinyweb/cgi-bin/piny-newuser.cgi (limited to 'pinyweb/cgi-bin') diff --git a/pinyweb/cgi-bin/piny-newuser.cgi b/pinyweb/cgi-bin/piny-newuser.cgi new file mode 100644 index 0000000..d10c6ba --- /dev/null +++ b/pinyweb/cgi-bin/piny-newuser.cgi @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use warnings; + +use CGI; + +print 'Content-type: text/plain + +hello' -- cgit v1.2.3