# *.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.
// 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');