|
I get the following. Thanks for your help. SCRIPT_NAME = /cgi-bin/vmail.cgi
Message: 3 Date: Thu, 02 Dec 2004
16:32:14 -0500 From: Sean Cook
<[EMAIL PROTECTED]> Subject: Re:
[Asterisk-Users] RE: No Files Seen via vmail.cgi To: Asterisk Users Mailing
List - Non-Commercial Discussion <[EMAIL PROTECTED]> Message-ID:
<[EMAIL PROTECTED]> Content-Type: text/plain Actually, put this at the
end of the file... foreach $key (keys %ENV){ print qq{$key =
$ENV{$key}<br>\n}; } this is dumping the
environment variable from the cgi environment. You should see 'changefolder'
with some value set (look at the QUERY_STRING). Sean |
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
