Corrige le template de la page d'index

This commit is contained in:
Daniel Berteaud 2012-10-09 19:29:38 +02:00
parent 28fa6d4e2f
commit adbf221692
1 changed files with 1 additions and 1 deletions

View File

@ -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;