File: index.cgi

package info (click to toggle)
libapache2-mod-auth-tkt 2.1.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 976 kB
  • ctags: 709
  • sloc: ansic: 2,178; perl: 1,595; makefile: 91; sh: 88; php: 88; ruby: 59; python: 48
file content (6 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (38)
1
2
3
4
5
6
#!/usr/bin/env perl
print <<EOD
Content-Type: text/plain

This is secret_guest, you are $ENV{REMOTE_USER}.
EOD