Commit 939b9236 authored by marknl's avatar marknl
Browse files

Added http or https question to normal install (different question, so...

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
parent 28c819b4
......@@ -264,6 +264,10 @@ if($install_mode == 'standard') {
//** 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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment