in reply to Re: PerlPlusPlugin: Security CGI problems
in thread PerlPlusPlugin: Security CGI problems
basm101$URL_ROOT="path to my cgi directory/cgi-bin"; %url = ("$URL_ROOT/neko.ppl" => 4, "$URL_ROOT/plop.ppl" => 2, "$URL_ROOT/y2k.ppl" => 2, "$URL_ROOT/thunder.ppl" => 2, "$URL_ROOT/ptk_test.ppl" => 2, "$URL_ROOT/quest.ppl" => 2, "$URL_ROOT/tktetris.ppl" => 2, ); $sec_level= $url{$url} || 1; print LOG " security level=$sec_level\n"; close LOG; print "Content-type: application/x-perlplus:.ppl:Perl\n\n"; print "$sec_level";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PerlPlusPlugin: Security CGI problems
by tall_man (Parson) on Feb 21, 2003 at 17:37 UTC | |
by basm101 (Acolyte) on Feb 21, 2003 at 17:56 UTC | |
by tall_man (Parson) on Feb 21, 2003 at 18:57 UTC | |
by basm101 (Acolyte) on Feb 22, 2003 at 14:39 UTC | |
by tall_man (Parson) on Feb 22, 2003 at 15:17 UTC | |
|