rhymix/common/defaults/blacklist.php

15 lines
291 B
PHP

<?php
/**
* Rhymix Default Blacklist for Deprecated Plugins
*
* Copyright (c) Rhymix Developers and Contributors
*/
return array(
'autolang' => true,
'errorlogger' => true,
'fix_mysql_utf8' => true,
'member_communication' => true,
'smartphone' => true,
'zipperupper' => true,
);