[rt-devel] fsck.com RT instance Upgraded to 2.1.68

Andrew Snare ASnare at allshare.nl
Thu Feb 6 08:05:57 EST 2003


At 12:26 PM 6/02/2003 +0100, Harald Wagener wrote:
>Ah, OK. How do I find out what HTTP-Accept-Language header my browser sends?

Drop the following script in your cgi-bin area, and point your browser at it.

#!/bin/sh
#
# printenv -- simple CGI program which just prints its environment.
#
#  - Andrew Snare <ajs at pigpond.com>
#

echo "Content-type: text/plain\n";
exec env | sort -t=

# End

Make sure it's executable.

  - Andrew





More information about the Rt-devel mailing list