File: nph-content_type.cgi

package info (click to toggle)
htdig 1%3A3.2.0b6-12
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 14,996 kB
  • ctags: 9,373
  • sloc: ansic: 49,626; cpp: 46,470; sh: 20,694; xml: 4,180; perl: 2,543; makefile: 887; php: 79; asm: 14
file content (10 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo 'HTTP/1.1 200 OK'
echo 'Connection: close'
echo 'Content-Type: text/html ; ISO-8859-1'
echo
cat <<!
This is the content of the 
document
!