Initial implementation of blacklist function

This commit is contained in:
Kijin Sung 2016-02-23 21:37:44 +09:00
parent 055fd49e40
commit e335aa477e
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
/**
* Rhymix Default Blacklist for Deprecated Plugins
*
* Copyright (c) Rhymix Developers and Contributors
*/
return array(
'member_communication' => true,
'zipperupper' => true,
);