From adbf2216929177204974569996a62865d5f13692 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 9 Oct 2012 19:29:38 +0200 Subject: [PATCH] Corrige le template de la page d'index --- root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/10All | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;