1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #24 from tim-moody/wip-6-11

changes for iiab usage tracking
This commit is contained in:
Tim Moody 2017-06-11 17:09:06 -04:00 committed by GitHub
commit c1c1cac01c

View file

@ -498,7 +498,7 @@ SkipUserAgents=""
# Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]" # Example: "/badpage.php /page.php?param=x REGEX[^\/excludedirectory]"
# Default: "" # Default: ""
# #
SkipFiles="" SkipFiles="REGEX[^\/iiab-menu] REGEX[^\/admin] REGEX[^\/common] REGEX[^\/awstats]"
# Use SkipReferrersBlackList if you want to exclude records coming from a SPAM # Use SkipReferrersBlackList if you want to exclude records coming from a SPAM
@ -667,7 +667,7 @@ URLQuerySeparators="?;"
# 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y") # 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y")
# Default: 0 # Default: 0
# #
URLWithQuery=0 URLWithQuery=1
# When URLWithQuery is on, you will get the full URL with all parameters in # When URLWithQuery is on, you will get the full URL with all parameters in