tbrehm
2010-09-24 28eadb79e75b5d0ad4b2a576bd5f068c45e6d366
install/lib/installer_base.lib.php
@@ -1426,7 +1426,7 @@
         $content = str_replace('{vhost_port_listen}', '', $content);
      }
      
      if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir'/interface/ssl/ispserver.key')) {
      if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir.'/interface/ssl/ispserver.key')) {
         $content = str_replace('{ssl_comment}', '', $content);
      } else {
         $content = str_replace('{ssl_comment}', '#', $content);