mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Remove unnecessary conversion of ftp.config.php
https://xetown.com/questions/1819188
This commit is contained in:
parent
ab5a2c4f5f
commit
267aa9c397
2 changed files with 6 additions and 24 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
/**
|
||||
* Rhymix Default Plugins
|
||||
*
|
||||
*
|
||||
* Copyright (c) Rhymix Developers and Contributors
|
||||
*/
|
||||
return array(
|
||||
|
||||
|
||||
// Addons
|
||||
'addon' => array(
|
||||
'adminlogging' => true,
|
||||
|
|
@ -16,7 +16,7 @@ return array(
|
|||
'photoswipe' => true,
|
||||
'point_level_icon' => true,
|
||||
),
|
||||
|
||||
|
||||
// Layouts
|
||||
'layout' => array(
|
||||
'colorCode' => true,
|
||||
|
|
@ -25,7 +25,7 @@ return array(
|
|||
'user_layout' => true,
|
||||
'xedition' => true,
|
||||
),
|
||||
|
||||
|
||||
// Modules
|
||||
'module' => array(
|
||||
'addon' => true,
|
||||
|
|
@ -39,6 +39,7 @@ return array(
|
|||
'counter' => true,
|
||||
'document' => true,
|
||||
'editor' => true,
|
||||
'extravar' => true,
|
||||
'file' => true,
|
||||
'importer' => true,
|
||||
'install' => true,
|
||||
|
|
@ -60,7 +61,7 @@ return array(
|
|||
'trash' => true,
|
||||
'widget' => true,
|
||||
),
|
||||
|
||||
|
||||
// Widgets
|
||||
'widget' => array(
|
||||
'content' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue