Changeset 2286:c14a5e07a2f7 for admin/plugins.php
- Timestamp:
- 10/05/13 20:34:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r2283 r2286 35 35 36 36 adminModulesList::$allow_multi_install = $core->blog->settings->system->plugins_allow_multi_install; 37 adminModulesList::$distributed_modules = array( 38 'aboutConfig', 39 'akismet', 40 'antispam', 41 'attachments', 42 'blogroll', 43 'blowupConfig', 44 'dclegacy', 45 'fairTrackbacks', 46 'importExport', 47 'maintenance', 48 'pages', 49 'pings', 50 'simpleMenu', 51 'tags', 52 'themeEditor', 53 'userPref', 54 'widgets' 55 ); 37 adminModulesList::$distributed_modules = explode(',', DC_DISTRIB_PLUGINS); 56 38 57 39 # -- Display module configuration page --
Note: See TracChangeset
for help on using the changeset viewer.