Explorar el Código

added cgi directory to skeleton

tags/release-00
gashapwn hace 3 años
padre
commit
3b1fd68137
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      skel/public_html/cgi/test.cgi

+ 4
- 0
skel/public_html/cgi/test.cgi Ver fichero

@@ -0,0 +1,4 @@
#!/usr/bin/perl

print "Content-type: text/html\n\n";
print "Hello, World.\n";

Cargando…
Cancelar
Guardar