]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / application / ship-simu / config.php
index 0240453b92633006e2525749c7aaacd0c186ee0e..72c01ec956cdfb38b3ab1d590f45d8a890e63c29 100644 (file)
@@ -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");
 
@@ -172,6 +181,12 @@ $cfg->setConfigEntry('refill_request_currency_book_filter', "RefillRequestCurren
 // CFG: PAYMENT-DISCOVERY-FILTER
 $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);
 
@@ -223,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");
 
@@ -244,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");
 
@@ -307,8 +328,23 @@ $cfg->setConfigEntry('refill_page_active', "Y");
 // CFG: REFILL-PAGE-MIN-CURRENCY-AMOUNT
 $cfg->setConfigEntry('refill_page_min_currency_amount', 1000);
 
-// CFG: LOGIN-FILL-PAYMENT-DISCOVERY
-$cfg->setConfigEntry('login_refill_payment_discovery', "LocalPaymentDiscovery");
+// CFG: SHIP-SIMU-LOGIN-FILL-PAYMENT-DISCOVERY
+$cfg->setConfigEntry('ship_simu_login_refill_payment_discovery', "LocalPaymentDiscovery");
+
+// 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]
 ?>