From c6e05a8eebc58624c675d4b10d33e94e6b6fa83b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 12 Sep 2011 10:16:19 -0400 Subject: [PATCH] Implemented: FS#1385 - Define all Email aliases in dovecot autoresponder --- install/install.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index f84c5d8..e2975c9 100644 --- a/install/install.php +++ b/install/install.php @@ -264,6 +264,10 @@ //** Customize the port ISPConfig runs on $conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080'); + if(strtolower($inst->simple_query('Do you want a secure (SSL) connection to the ISPConfig web interface',array('y','n'),'y')) == 'y') { + $inst->make_ispconfig_ssl_cert(); + } + $inst->install_ispconfig(); //* Configure DBServer -- Gitblit v1.9.1