Add mobileXE addon to blacklist

This commit is contained in:
Kijin Sung 2023-06-19 14:47:04 +09:00
parent 2a28d3d9c8
commit cc7155fe0b

View file

@ -2,11 +2,11 @@
/** /**
* Rhymix Default Blacklist for Deprecated Plugins * Rhymix Default Blacklist for Deprecated Plugins
* *
* Copyright (c) Rhymix Developers and Contributors * Copyright (c) Rhymix Developers and Contributors
*/ */
return array( return array(
// Addons // Addons
'addon' => array( 'addon' => array(
'autolang' => true, 'autolang' => true,
@ -16,11 +16,12 @@ return array(
'fix_mysql_utf8' => true, 'fix_mysql_utf8' => true,
'jquerycdn' => true, 'jquerycdn' => true,
'member_communication' => true, 'member_communication' => true,
'mobile' => true,
'session_shield' => true, 'session_shield' => true,
'smartphone' => true, 'smartphone' => true,
'zipperupper' => true, 'zipperupper' => true,
), ),
// Modules // Modules
'module' => array( 'module' => array(
'auto_login' => true, 'auto_login' => true,
@ -30,9 +31,9 @@ return array(
'seo' => true, 'seo' => true,
'trackback' => true, 'trackback' => true,
), ),
// Widgets // Widgets
'widget' => array( 'widget' => array(
), ),
); );