rhymix/common/defaults/blacklist.php
2017-02-10 19:28:26 +09:00

18 lines
357 B
PHP

<?php
/**
* Rhymix Default Blacklist for Deprecated Plugins
*
* Copyright (c) Rhymix Developers and Contributors
*/
return array(
'autolang' => true,
'auto_login' => true,
'errorlogger' => true,
'fix_mysql_utf8' => true,
'member_communication' => true,
'seo' => true,
'session_shield' => true,
'smartphone' => true,
'zipperupper' => true,
);