X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fconfig.php;h=dceca29aec6447fb7f0f9c0e5fec61061d51dbb1;hp=a51dc57905eddceeb77d0e0f3383aa690e5fe39a;hb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9;hpb=fd7af0d49b7113721e6b86eb96eccea3b78362c0 diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index a51dc57..dceca29 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -208,5 +208,8 @@ $cfg->setConfigEntry('shipsimu_user_login_captcha_secured', "Y"); // CFG: SHIPSIMU-GUEST-LOGIN-CAPTCHA-SECURED $cfg->setConfigEntry('shipsimu_guest_login_captcha_secured', "Y"); +// CFG: BLOCK-SHOWS-REGISTRATION +$cfg->setConfigEntry('block_shows_registration', "Y"); + // [EOF] ?>