[calc] $Tag->tmp('tmp_gate_dump'); $pass = $Variable->{DUMP_PASSWORD} || $Variable->{ORDERS_TO} || $Config->{MailOrderTo} or return; if( $Session->{given_dump_password} or $Session->{admin} or $CGI->{password} eq $pass ) { $Session->{given_dump_password} = 1; $Scratch->{tmp_gate_dump} = 1; } $CGI->{sort} = 1 unless defined $CGI->{sort}; return; [/calc] [if scratch tmp_gate_dump] [dump key="[cgi key]" sort="[cgi sort]"] [else] You must provide the password. It is usually the email address where orders go.
Password:
sort keys yes no
[/else] [/if]