X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fship-simu%2Fconfig.php;h=72c01ec956cdfb38b3ab1d590f45d8a890e63c29;hb=5bf79580029c4f6ee71e6c9e7890169e4b344def;hp=ce4b96fc37d25f67e9d7a98e42de93a171e483d3;hpb=bbf48d46cb9063a4d2b78c106747147712f5474e;p=shipsimu.git diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index ce4b96f..72c01ec 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -121,6 +121,12 @@ $cfg->setConfigEntry('confirm_code_invalid_url', "index.php?app={?app_short_name // CFG: USER-NOT-FOUND-URL $cfg->setConfigEntry('user_not_found_url', "index.php?app={?app_short_name?}&page=status&status=user_not_found"); +// CFG: LOGIN-GOVERMENT-STARTUP-FAILED-URL +$cfg->setConfigEntry('login_goverment_startup_failed_url', "index.php?app={?app_short_name?}&page=goverment_failed&failed=startup"); + +// CFG: LOGIN-GOVERMENT-TRAINING-FAILED-URL +$cfg->setConfigEntry('login_goverment_training_failed_url', "index.php?app={?app_short_name?}&page=goverment_failed&failed=training"); + // CFG: LOGIN-DEFAULT-ACTION $cfg->setConfigEntry('login_default_action', "welcome"); @@ -160,6 +166,9 @@ $cfg->setConfigEntry('captcha_register_verifier_filter', "GraphicalCodeCaptchaVe // CFG: CAPTCHA-REFILL-VERFIER-FILTER $cfg->setConfigEntry('captcha_refill_verifier_filter', "GraphicalCodeCaptchaVerifierFilter"); +// CFG: CAPTCHA-PROFILE-VERFIER-FILTER +$cfg->setConfigEntry('captcha_profile_verifier_filter', "GraphicalCodeCaptchaVerifierFilter"); + // CFG: CONFIRM-CODE-VERIFIER-FILTER $cfg->setConfigEntry('confirm_code_verifier_filter', "ConfirmCodeVerifierFilter"); @@ -175,6 +184,9 @@ $cfg->setConfigEntry('payment_discovery_filter', "PaymentDiscoveryFilter"); // CFG: GOVERMENT-PAYS-TRAINING-FILTER $cfg->setConfigEntry('goverment_pays_training_filter', "ShipSimuGovermentPaysTrainingFilter"); +// CFG: GOVERMENT-PAYS-STARTUP-HELP-FILTER +$cfg->setConfigEntry('goverment_pays_startup_help_filter', "ShipSimuGovermentPaysStartupHelpFilter"); + // CFG: NEWS-HOME-LIMIT $cfg->setConfigEntry('news_home_limit', 10); @@ -226,6 +238,9 @@ $cfg->setConfigEntry('shipsimu_user_login_captcha', "GraphicalCodeCaptcha"); // CFG: SHIPSIMU-GUEST-LOGIN-CAPTCHA $cfg->setConfigEntry('shipsimu_guest_login_captcha', "GraphicalCodeCaptcha"); +// CFG: SHIPSIMU-PROFILE-CAPTCHA +$cfg->setConfigEntry('shipsimu_profile_captcha', "GraphicalCodeCaptcha"); + // CFG: REFILL-FORM-CAPTCHA $cfg->setConfigEntry('refill_form_captcha', "GraphicalCodeCaptcha"); @@ -247,6 +262,9 @@ $cfg->setConfigEntry('shipsimu_user_login_captcha_secured', "Y"); // CFG: SHIPSIMU-GUEST-LOGIN-CAPTCHA-SECURED $cfg->setConfigEntry('shipsimu_guest_login_captcha_secured', "Y"); +// CFG: SHIPSIMU-PROFILE-CAPTCHA-SECURED +$cfg->setConfigEntry('shipsimu_profile_captcha_secured', "Y"); + // CFG: REFILL-FORM-CAPTCHA-SECURED $cfg->setConfigEntry('refill_form_captcha_secured', "Y"); @@ -316,5 +334,17 @@ $cfg->setConfigEntry('ship_simu_login_refill_payment_discovery', "LocalPaymentDi // CFG: GOVERMENT-STARTUP-HELP-LIMIT $cfg->setConfigEntry('goverment_startup_help_limit', 3); +// CFG: WEB-BLOCK-HELPER +$cfg->setConfigEntry('web_block_helper', "WebBlockHelper"); + +// CFG: WEB-FORM-HELPER +$cfg->setConfigEntry('web_form_helper', "WebFormHelper"); + +// CFG: WEB-LINK-HELPER +$cfg->setConfigEntry('web_link_helper', "WebLinkHelper"); + +// CFG: WEB-CMD-GOVERMENT-FAILED-RESOLVER-CLASS +$cfg->setConfigEntry('web_cmd_goverment_failed_resolver_class', "WebGovermentFailedCommandResolver"); + // [EOF] ?>