From daf94c6ec9af2105c34a9a991f6bfc6aa72c8532 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 3 Sep 2013 14:40:03 +0200 Subject: [PATCH] regenerate webserver-configuration files after changing ssl-certificates as customer, fixes #1260 Signed-off-by: Michael Kaufmann (d00p) --- customer_domains.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer_domains.php b/customer_domains.php index 11448410..e0c3a695 100644 --- a/customer_domains.php +++ b/customer_domains.php @@ -732,6 +732,9 @@ elseif ($page == 'domainssleditor') { ".$qrywhere." `domainid`='".(int)$id."';" ); + // insert task to re-generate webserver-configs (#1260) + inserttask('1'); + // back to domain overview redirectTo($filename, array('page' => 'domains', 's' => $s)); }