I'd also suggest that
was changed tofor (@image_extensions) { if ($url =~ /\.${_}$/) {
which makes things a bit more clearfor my $ext (@image_extensions) { if ($url =~ /\.$ext$) {
gav^
In reply to Re: Re: 404 image errors
by gav^
in thread 404 image errors
by katgirl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |