"Claus Witt" <claus at 9ia.dk> writes:
> [UserIpRange = 192.168.*.*] && [Browser = msie]
[UserIpRange = 192.168.*.*]
[Browser = msie]
Burde svjh gøre det.
Lidt ligesom
if(cond1) {
if(cond2) {
doLogic();
}
}
istedet for
if(cond1 && cond2) {
doLogic();
}
--
Julle