diff options
Diffstat (limited to 'httpd/cgi-bin/p3p')
-rwxr-xr-x | httpd/cgi-bin/p3p | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httpd/cgi-bin/p3p b/httpd/cgi-bin/p3p new file mode 100755 index 0000000..5e272fd --- /dev/null +++ b/httpd/cgi-bin/p3p @@ -0,0 +1,6 @@ +#! perl +print "Content-type: text/html + +<html><body>koike</body></html> +"; + |