diff --git a/root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/10All b/root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/10All index f62791e..37080ce 100644 --- a/root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/10All +++ b/root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/10All @@ -1,7 +1,7 @@ { use esmith::DomainsDB; my $d = esmith::DomainsDB->open_ro or die "Couldn't open DomainsDB\n"; -foreach my $dom ($d->domains,$d->get_all_by_prop('type=>'vhost')){ +foreach my $dom ($d->domains,$d->get_all_by_prop(type=>'vhost')){ my $stats = $dom->prop('Stats') || 'disabled'; next unless ($stats eq 'enabled'); my $name = $dom->key;