Re: Totally trivial patch

2000-08-15 Thread Doug MacEachern
On Mon, 10 Jul 2000 [EMAIL PROTECTED] wrote: > Hi Doug, > > I was trying to figure out how to hide part of the URL of an > $r->custom_response from the user and I found this... > > It's real trivial, does that matter? not at all, more than welcome, thanks. > I assume that if (*string == '

Totally trivial patch

2000-07-10 Thread JoshNarins
Hi Doug, I was trying to figure out how to hide part of the URL of an $r->custom_response from the user and I found this... It's real trivial, does that matter? I assume that if (*string == '/') then of course (*string != '"'). I am also assuming that || and && work the same in .xs as they w