mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
We cannot allow half-assed attempts to replace scripts that the rest of the environment heavily depends on. Similar functionality will be exposed via a more stable API at some later time. https://www.xetown.com/square/564456
21 lines
424 B
PHP
21 lines
424 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,
|
|
'homepage' => true,
|
|
'jquerycdn' => true,
|
|
'member_communication' => true,
|
|
'multidomain' => true,
|
|
'seo' => true,
|
|
'session_shield' => true,
|
|
'smartphone' => true,
|
|
'zipperupper' => true,
|
|
);
|