#logo_text_color #000000
# TAG: logo_image_size
-# Html page logo image size.
+# Html page logo image size.
# width height
#
#image_size 80 45
# TAG: date_format
# Date format in reports: e (European=dd/mm/yy), u (American=mm/dd/yy), w (Weekly=yy.ww)
-#
+#
#date_format u
# TAG: per_user_limit file MB
# Saves userid on file if download exceed n MB.
# This option allow you to disable user access if user exceed a download limit.
-#
+#
#per_user_limit none
# TAG: lastlog n
# TAG: replace_index string
# Replace "index.html" in the main index file with this string
-# If null "index.html" is used
+# If null "index.html" is used
#
#replace_index <?php echo str_replace(".", "_", $REMOTE_ADDR); echo ".html"; ?>
# TAG: max_elapsed milliseconds
# If elapsed time is recorded in log is greater than max_elapsed use 0 for elapsed time.
-# Use 0 for no checking
+# Use 0 for no checking
#
#max_elapsed 28800000
# 8 Hours
# site_user_time_date - sites, dates, times and bytes report
# downloads - downloads per user report
#
-# Eg.: report_type topsites denied
+# Eg.: report_type topsites denied
#
#report_type topusers topsites sites_users users_sites date_time denied auth_failures site_user_time_date downloads
# graphic character sets for writing in alphabetic languages
# You can use the following charsets:
# Latin1 - West European
-# Latin2 - East European
-# Latin3 - South European
-# Latin4 - North European
-# Cyrillic
-# Arabic
-# Greek
-# Hebrew
-# Latin5 - Turkish
+# Latin2 - East European
+# Latin3 - South European
+# Latin4 - North European
+# Cyrillic
+# Arabic
+# Greek
+# Hebrew
+# Latin5 - Turkish
# Latin6
# Windows-1251
# Japan
# TAG: parsed_output_log directory
# Saves the processed log in a sarg format after parsing the squid log file.
-# This is a way to dump all of the data structures out, after parsing from
+# This is a way to dump all of the data structures out, after parsing from
# the logs (presumably this data will be much smaller than the log files themselves),
# and pull them back in for later processing and merging with data from previous logs.
#
# TAG: user_authentication yes|no
# Allow user authentication in User Reports using .htaccess
-# Parameters:
+# Parameters:
# AuthUserTemplateFile - The template to use to create the
# .htaccess file. In the template, %u is replaced by the
# user's ID for which the report is generated. The path of the
# TAG: download_suffix "suffix,suffix,...,suffix"
# file suffix to be considered as "download" in Download report.
-# Use 'none' to disable.
+# Use 'none' to disable.
#
#download_suffix "zip,arj,bzip,gz,ace,doc,iso,adt,bin,cab,com,dot,drv$,lha,lzh,mdb,mso,ppt,rtf,src,shs,sys,exe,dll,mp3,avi,mpg,mpeg"
# realtime_refresh_time 3
# TAG: realtime_access_log_lines num
-# How many last lines to get from access.log file
+# How many last lines to get from access.log file
#
# realtime_access_log_lines 1000
# TAG: realtime_types: GET,PUT,CONNECT,ICP_QUERY,POST
# Which records must be in realtime report.
#
-# realtime_types GET,PUT,CONNECT
+# realtime_types GET,PUT,CONNECT
# TAG: realtime_unauthenticated_records: ignore|show
# What to do with unauthenticated records in realtime report.