mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
17 lines
334 B
PHP
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,
|
|
);
|