Bug/Typo in server/plugins-available/apache2_plugin.inc.php

Discussion in 'Developers' Forum' started by fbartels, May 26, 2013.

  1. fbartels

    fbartels New Member

    Hi,

    today I was in the process of setting up my personal CA with ISPConfig and in this process stumbled upon a typo on line 103 in server/plugins-available/apache2_plugin.inc.php

    Code:
    if ($web_config['CA_path']!='' && !file_exists($web_config['CA_path'].'/openssl.cnf'))
    $app->log("CA path error, file does not exist:".$web_config['CA_path'].'/openssl.conf',LOGLEVEL_ERROR);
    This snippet checks for the existance of openssl.cnf but prints an error message about openssl.conf.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks for the report, I've fixed that in svn.
     

Share This Page