added cgi directory to skeleton
This commit is contained in:
parent
b44b9f37a5
commit
3b1fd68137
4
skel/public_html/cgi/test.cgi
Normal file
4
skel/public_html/cgi/test.cgi
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
print "Content-type: text/html\n\n";
|
||||
print "Hello, World.\n";
|
Loading…
Reference in New Issue
Block a user