tbrehm
2010-10-26 a32f329d71f43df93faadf8bdb9d67ed5eebb1a3
install/update.php
@@ -308,7 +308,7 @@
$conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', $ispconfig_port_number);
// $ispconfig_ssl_default = (is_ispconfig_ssl_enabled() == true)?'y':'n';
if(strtolower($inst->simple_query('Create new ISPConfig SSL certificate',array('y','n'),'n')) == 'y') {
if(strtolower($inst->simple_query('Create new ISPConfig SSL certificate',array('yes','no'),'no')) == 'yes') {
   $inst->make_ispconfig_ssl_cert();
}