Changeset 2279:e6084be51600 for admin
- Timestamp:
- 10/05/13 12:24:42 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2241 r2279 32 32 $core->blog->settings->system->store_theme_url 33 33 ); 34 $list::$distributed_modules = array(34 adminThemesList::$distributed_modules = array( 35 35 'blueSilence', 36 36 'blowupConfig', -
admin/plugins.php
r2271 r2279 34 34 ); 35 35 36 $list::$allow_multi_install = $core->blog->settings->system->plugins_allow_multi_install;37 $list::$distributed_modules = array(36 adminModulesList::$allow_multi_install = $core->blog->settings->system->plugins_allow_multi_install; 37 adminModulesList::$distributed_modules = array( 38 38 'aboutConfig', 39 39 'akismet',
Note: See TracChangeset
for help on using the changeset viewer.