Merge pull request #306 from kijin/pr/plugin-blacklist

호환되지 않거나 불필요한 애드온과 모듈의 실행을 방지
This commit is contained in:
Kijin Sung 2016-02-27 14:41:20 +09:00
commit 4a79b5ce25
8 changed files with 79 additions and 21 deletions

View 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,
);