From: Roland Häder Date: Sun, 30 Aug 2009 00:25:04 +0000 (+0000) Subject: Missing configuration entry added X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=d78b7591271ef39cc7a425b8c2ab137743d40044 Missing configuration entry added --- diff --git a/Doxyfile b/Doxyfile index ea284c5..985d2af 100644 --- a/Doxyfile +++ b/Doxyfile @@ -519,7 +519,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = *.php +FILE_PATTERNS = *.php *.ctp # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index d79be7e..95ac33b 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -460,6 +460,9 @@ $cfg->setConfigEntry('web_link_helper', 'WebLinkHelper'); // CFG: WEB-CMD-GOVERNMENT-FAILED-RESOLVER-CLASS $cfg->setConfigEntry('web_cmd_government_failed_resolver_class', 'WebGovernmentFailedCommandResolver'); +// CFG: WEB-CMD-LOGIN-FAILED-RESOLVER-CLASS +$cfg->setConfigEntry('web_cmd_login_failed_resolver_class', 'WebCommandResolver'); + // CFG: WEB-CMD-COMPANY-RESOLVER-CLASS $cfg->setConfigEntry('web_cmd_company_resolver_class', 'WebCompanyCommandResolver');