mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Add mobileXE addon to blacklist
This commit is contained in:
parent
2a28d3d9c8
commit
cc7155fe0b
1 changed files with 6 additions and 5 deletions
|
|
@ -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(
|
||||||
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue