#-------------------------------------------------------
# Defines
#-------------------------------------------------------
-my $VERSION="4.0 (build 44)";
+my $VERSION="4.0 (build 45)";
# ---------- Init variables -------
my $Debug=0;
my $extension;
# Extension
- if ($urlwithnoquery =~ /\.(\w{1,5})$/) {
+ if ($urlwithnoquery =~ /\.(\w{1,6})$/) {
$extension=$1; $extension =~ tr/A-Z/a-z/;
# Check if not a page
foreach my $cursor (@NotPageList) { if ($extension eq $cursor) { $PageBool=0; last; } }