in reply to SSI in CGI scripts?
aif ( /\[include]\s*(\S+)\s*\[\/include]/ ) { my $path = $1; $path = s#.*/(.*)$#$1#; # delete any ../../ stuff print "<!-- #include virtual=\"/secure_path/$path\" -->\n"; # include only from /secure_path }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: SSI in CGI scripts?
by NeverMore (Acolyte) on Nov 12, 2000 at 11:47 UTC | |
by a (Friar) on Nov 14, 2000 at 02:29 UTC |