History log of /httpd/docs/cgi-examples/printenv.vbs
Revision Date Author Comments Expand
8606595dda2827ddf9a9572e779c3c001ae98bc8 1423166 17-Dec-2012 fuankg

Added a warning that these scripts leak information.

8ff4c40d4bb9cd11a32f6c32ba240b2d024b746a 1391772 29-Sep-2012 fuankg

Changed WScript.Echo to WScript.StdOut.WriteLine because WScript.Echo seems to mess up output with Locale; avoid Split() usage since it seems not consistent with all versions.

7a275829d3e843d6584854b805edc24cd2c498a0 1388054 20-Sep-2012 fuankg

Make printenv.vbs inactive by default.

de7fcae87e407c72e6fec81cb31c6cd087cfe172 1387439 19-Sep-2012 fuankg

Added VBScript CGI sample for Windows.