Add auto_login module to blacklist

This commit is contained in:
Kijin Sung 2017-02-10 19:28:26 +09:00
parent 4b26db9932
commit eea7518e98
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@
*/
return array(
'autolang' => true,
'auto_login' => true,
'errorlogger' => true,
'fix_mysql_utf8' => true,
'member_communication' => true,