From: Tobias Leich Date: Sun, 15 Nov 2009 16:18:07 +0000 (+0100) Subject: test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61a54f8a06cbc1066f8324b3d3de7d18253c3fd3;p=sdlgit%2FSDL-Site.git test --- diff --git a/htdocs/assets/test.pl b/htdocs/assets/test.pl new file mode 100644 index 0000000..bd9deea --- /dev/null +++ b/htdocs/assets/test.pl @@ -0,0 +1,6 @@ +#!/usr/bin/env perl + +print "Content-type: text/html\n\n"; +print "hello"; + +exit; \ No newline at end of file