]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/config.php
Logout procedure rewritten to logout controller and command
[shipsimu.git] / application / blog / config.php
index cf43842047dd2de3463ed71fe7b4473c57829b60..53bdfd542dff2939dee3999228251869817bd4c0 100644 (file)
@@ -205,9 +205,6 @@ $cfg->setConfigEntry('blog_user_login_captcha', "GraphicalCodeCaptcha");
 // CFG: blog-GUEST-LOGIN-CAPTCHA
 $cfg->setConfigEntry('blog_guest_login_captcha', "GraphicalCodeCaptcha");
 
-// CFG: LOGOUT-IMMEDIATE
-$cfg->setConfigEntry('logout_immediate', "N");
-
 // CFG: CAPTCHA-STRING-LENGTH
 $cfg->setConfigEntry('captcha_string_length', 5);