mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-30 01:05:26 +09:00
Merge pull request #306 from kijin/pr/plugin-blacklist
호환되지 않거나 불필요한 애드온과 모듈의 실행을 방지
This commit is contained in:
commit
4a79b5ce25
8 changed files with 79 additions and 21 deletions
12
common/defaults/blacklist.php
Normal file
12
common/defaults/blacklist.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Rhymix Default Blacklist for Deprecated Plugins
|
||||
*
|
||||
* Copyright (c) Rhymix Developers and Contributors
|
||||
*/
|
||||
return array(
|
||||
'member_communication' => true,
|
||||
'smartphone' => true,
|
||||
'zipperupper' => true,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue