mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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
|
||||
*
|
||||
*
|
||||
* Copyright (c) Rhymix Developers and Contributors
|
||||
*/
|
||||
return array(
|
||||
|
||||
|
||||
// Addons
|
||||
'addon' => array(
|
||||
'autolang' => true,
|
||||
|
|
@ -16,11 +16,12 @@ return array(
|
|||
'fix_mysql_utf8' => true,
|
||||
'jquerycdn' => true,
|
||||
'member_communication' => true,
|
||||
'mobile' => true,
|
||||
'session_shield' => true,
|
||||
'smartphone' => true,
|
||||
'zipperupper' => true,
|
||||
),
|
||||
|
||||
|
||||
// Modules
|
||||
'module' => array(
|
||||
'auto_login' => true,
|
||||
|
|
@ -30,9 +31,9 @@ return array(
|
|||
'seo' => true,
|
||||
'trackback' => true,
|
||||
),
|
||||
|
||||
|
||||
// Widgets
|
||||
'widget' => array(
|
||||
|
||||
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue