Create domain

This commit is contained in:
Daniel Berteaud 2012-03-29 12:00:12 +02:00
parent 57e28e0efc
commit 84530086c7
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ templates2events("/etc/cron.hourly/awstats", qw(webapps-update bootstrap-console
foreach my $event (qw/webapps-update bootstrap-console-save domain-create domain-modify domain-delete/){
event_link("awstats-dir", "$event", "80");
}
foreach my $event (qw/ipasserelle-update bootstrap-console-save webapps-update/){
event_link("awstats-init-domain", "$event", "80");
}