Help for this page

Select Code to Download


  1. or download this
        # ignore any common image files
        return if $uri->path =~ /\.(gif|jpg|jpeg|png)?$/;
    
  2. or download this
        return if $uri->path =~ /\?(C=N;O=D|C=M;O=A)$/;