Skip to content

Commit 939b923

Browse files
author
marknl
committed
Added http or https question to normal install (different question, so "newbies" will understand it also.
http://bugtracker.ispconfig.org/index.php?do=details&task_id=221
1 parent 28c819b commit 939b923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
//** Customize the port ISPConfig runs on
265265
$conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
266266

267+
if(strtolower($inst->simple_query('Do you want a secure (SSL) connection to the ISPConfig web interface',array('y','n'),'y')) == 'y') {
268+
$inst->make_ispconfig_ssl_cert();
269+
}
270+
267271
$inst->install_ispconfig();
268272

269273
//* Configure DBServer

0 commit comments

Comments
 (0)