adding back cgi...

This commit is contained in:
gashapwn 2020-11-29 07:28:34 +00:00
parent db21e7dfc4
commit 4c97f092f1

View File

@ -0,0 +1,4 @@
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello, World.";