Re: src/mod/module.c

David Hakim <dhakim-Gkm/TONP9n1Wk0Htik3J/[email protected]> Tue, 11 Feb 2003 21:02:27 -0500
Newsgroups gmane.comp.lang.moto.devel
Message-ID <[email protected]>
	Sounds good! Make it so :)

-Dave

On Tuesday, February 11, 2003, at 08:32  PM, Shay Harding wrote:

> I'd like to propose the following change to src/mod/module.c line 868
>
> from:
>
> if (redirect[0] == '/' || strncmp(redirect,"http://",7) == 0){
>
> to:
>
> if (redirect[0] == '/' || strncmp(redirect,"http://",7) == 0 ||
> strncmp(redirect,"https://",8) == 0){
>
>
> to allow for HTTPS redirects. Else it tries to make a directory 
> location
> out of it for a local redirect.
>
>
> Shay
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003
>
>
>