' ' To permit this cgi, replace ' on the first line above with the ' appropriate shebang, f.e. '!c:/windows/system32/cscript -nologo ' ' ***** !!! WARNING !!! ***** ' This script echoes the server environment variables and therefore ' leaks information - so NEVER use it in a live server environment! ' It is provided only for testing purpose. ' Also note that it is subject to cross site scripting attacks on ' MS IE and any other browser which fails to honor RFC2616. '' '' printenv -- demo CGI program which just prints its environment ''