When a mail is sent to 2 different receivers, report 2 records instead of 1.\r
When a forward is active, report the original receiver, not the
"forwarded to".
+- Fixed not working timezone plugin with 5.7.
New features/improvements:
- Added %lognamequot tag for LogFormat parameter.\r
# Other possible directories : "./plugins"
my @PossiblePluginsDir=("${DIR}plugins","./plugins","/usr/local/awstats/wwwroot/cgi-bin/plugins","/usr/share/awstats/plugins");
- if ($Debug) { debug("Call to Read_Plugins with list: @PluginsToLoad"); }
+ if ($Debug) { debug("Call to Read_Plugins with list: ".join(',',@PluginsToLoad)); }
foreach my $plugininfo (@PluginsToLoad) {
if ($NoLoadPlugin{$plugininfo}) {
if ($Debug) { debug(" Plugin load for '$plugininfo' has been disabled from command line"); }
if ($pluginname) {
if (! $PluginsLoaded{'init'}{"$pluginname"}) { # Plugin not already loaded
my %pluginisfor=('tooltips'=>'o','ipv6'=>'u','hashfiles'=>'u','geoip'=>'u',
- 'geoipfree'=>'u','hostinfo'=>'o','userinfo'=>'o','urlalias'=>'o','timehires'=>'u','timezone'=>'o');
+ 'geoipfree'=>'u','hostinfo'=>'o','userinfo'=>'o','urlalias'=>'o','timehires'=>'u','timezone'=>'ou');
if ($pluginisfor{$pluginname}) {
# Do not load "update plugins" if output only
if (! $UpdateStats && scalar keys %HTMLOutput && $pluginisfor{$pluginname} !~ /o/) { $PluginsLoaded{'init'}{"$pluginname"}=1; next; }