From: Oliver O. <fr...@us...> - 2005-11-19 23:19:20
|
Update of /cvsroot/simspark/simspark/web/cgi-bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26909 Modified Files: printenv.cgi Log Message: Index: printenv.cgi =================================================================== RCS file: /cvsroot/simspark/simspark/web/cgi-bin/printenv.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** printenv.cgi 19 Nov 2005 23:08:50 -0000 1.1 --- printenv.cgi 19 Nov 2005 23:19:12 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- print "Content-type: text/html\n\n"; + print "printenv.cgi script<BR>"; while (($key, $val) = each %ENV) { print "$key = $val<BR>\n"; |