Changeset 1403 for trunk


Ignore:
Timestamp:
2000-08-15T13:40:22+12:00 (24 years ago)
Author:
say1
Message:

taught HTMLPlug about shtml, asp, cgi, php and html query files ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/HTMLPlug.pm

    r1400 r1403  
    105105    my $self = shift (@_);
    106106
    107     return q^(?i)\.html?$^;
     107    # the last option is an attempt to encode the concept of an html query ...
     108    return q^(?i)(\.html?|\.shtml|\.shm|\.asp|\.php|\.cgi|.+\?.+=.*)$^;
    108109}
    109110
Note: See TracChangeset for help on using the changeset viewer.