Amount added to refill form
[shipsimu.git] / application / ship-simu / config.php
index 93084b3ced8cdeb3b56912355778c631167f9965..1091e90e5eed386992ad1060c777f880bab482ee 100644 (file)
@@ -205,8 +205,8 @@ $cfg->setConfigEntry('shipsimu_user_login_captcha', "GraphicalCodeCaptcha");
 // CFG: SHIPSIMU-GUEST-LOGIN-CAPTCHA
 $cfg->setConfigEntry('shipsimu_guest_login_captcha', "GraphicalCodeCaptcha");
 
-// CFG: REFILL-FORM-CAPTCHA
-$cfg->setConfigEntry('refill_form_captcha', "GraphicalCodeCaptcha");
+// CFG: MONEY-REFILL-FORM-CAPTCHA
+$cfg->setConfigEntry('money_refill_form_captcha', "GraphicalCodeCaptcha");
 
 // CFG: LOGOUT-IMMEDIATE
 $cfg->setConfigEntry('logout_immediate', "N");
@@ -229,8 +229,8 @@ $cfg->setConfigEntry('shipsimu_user_login_captcha_secured', "Y");
 // CFG: SHIPSIMU-GUEST-LOGIN-CAPTCHA-SECURED
 $cfg->setConfigEntry('shipsimu_guest_login_captcha_secured', "Y");
 
-// CFG: REFILL-FORM-CAPTCHA-SECURED
-$cfg->setConfigEntry('refill_form_captcha_secured', "Y");
+// CFG: MONEY-REFILL-FORM-CAPTCHA-SECURED
+$cfg->setConfigEntry('money_refill_form_captcha_secured', "Y");
 
 // CFG: BLOCK-SHOWS-REGISTRATION
 $cfg->setConfigEntry('block_shows_registration', "Y");