From d78b7591271ef39cc7a425b8c2ab137743d40044 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 30 Aug 2009 00:25:04 +0000
Subject: [PATCH] Missing configuration entry added

---
 Doxyfile                         | 2 +-
 application/ship-simu/config.php | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

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');
 
-- 
2.39.5