From c64683b72fa60efbc2edeb99ce17d7d081f6d219 Mon Sep 17 00:00:00 2001 From: pinkfeet Date: Wed, 14 Jun 2017 10:16:37 +0200 Subject: [PATCH] Add log_retention field for new_service.php, it seems a must from ISPConfig 3.1.3 --- new_service.php | 1 + 1 file changed, 1 insertion(+) diff --git a/new_service.php b/new_service.php index 993038c..701f850 100644 --- a/new_service.php +++ b/new_service.php @@ -401,6 +401,7 @@ class page_action extends tform_actions { 'allow_override' => $template['allow_override'], 'http_port' => $template['http_port'], 'https_port' => $template['https_port'], + 'log_retention' => $template['log_retention'], 'apache_directives' => $template['apache_directives'], 'nginx_directives' => $template['nginx_directives'], 'php_fpm_use_socket' => $template['php_fpm_use_socket'], -- GitLab