From: Adam Dickmeiss Date: Mon, 8 Jan 1996 19:16:32 +0000 (+0000) Subject: More verbose. X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=ce3ef5c24347417e973e9e6739466dfc701fe19d;hp=71ad5b6272d0bc6320bea6c1ec10f5e10bbfe8ef;p=egate.git More verbose. --- diff --git a/www/targets.egw b/www/targets.egw index a9889fe..39e1205 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,6 +1,6 @@ { -# $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 "

Debug information

\n" html "sessionId: $sessionId
\n" html "sessionParms: $sessionParms
\n" - foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { - html $e {: } $env($e) {
} \n + foreach n [array names env] { + html "env($n) = " $env($n) "
\n" } }