mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Initial implementation of blacklist function
This commit is contained in:
parent
055fd49e40
commit
e335aa477e
2 changed files with 36 additions and 0 deletions
11
common/defaults/blacklist.php
Normal file
11
common/defaults/blacklist.php
Normal 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,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue