More verbose.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jan 1996 19:16:32 +0000 (19:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jan 1996 19:16:32 +0000 (19:16 +0000)
www/targets.egw

index a9889fe..39e1205 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: targets.egw,v 1.12 1996/01/04 13:30:32 adam Exp $
+# $Id: targets.egw,v 1.13 1996/01/08 19:16:32 adam Exp $
     source /usr/local/etc/httpd/conf/ztargets.conf
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -60,8 +60,8 @@
     html "<h3>Debug information</h3>\n"
     html "sessionId: $sessionId <br>\n"
     html "sessionParms: $sessionParms <br>\n"
-    foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
-        html $e {: } $env($e) {<br>} \n
+    foreach n [array names env] {
+        html "env($n) = " $env($n) " <br>\n"
     }
 }
 </body>