File: index.cgi

package info (click to toggle)
libapache2-mod-auth-tkt 2.3.99~b1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 856 kB
  • sloc: ansic: 2,213; perl: 1,756; sh: 128; makefile: 94; php: 88; ruby: 59; tcl: 55; python: 48
file content (6 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
#!/usr/bin/env perl
print <<EOD
Content-Type: text/plain

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