rhymix/common/defaults/blacklist.php
2016-08-15 23:36:42 +09:00

17 lines
334 B
PHP

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