File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,10 @@ public function collectRoutes($configArea, $useRouterName)
129
129
*/
130
130
public function addModule ($ frontName , $ moduleName , $ routeName )
131
131
{
132
- $ isExtensionsCompatibilityMode = (bool )(string )Mage::getConfig ()->getNode (
133
- 'default/admin/security/extensions_compatibility_mode '
134
- );
135
132
$ configRouterFrontName = (string )Mage::getConfig ()->getNode (
136
133
Mage_Adminhtml_Helper_Data::XML_PATH_ADMINHTML_ROUTER_FRONTNAME
137
134
);
138
- if ($ isExtensionsCompatibilityMode || ( $ frontName == $ configRouterFrontName) ) {
135
+ if ($ frontName == $ configRouterFrontName ) {
139
136
return parent ::addModule ($ frontName , $ moduleName , $ routeName );
140
137
} else {
141
138
return $ this ;
Original file line number Diff line number Diff line change 436
436
<use_form_key >1</use_form_key >
437
437
<domain_policy_backend >2</domain_policy_backend >
438
438
<domain_policy_frontend >2</domain_policy_frontend >
439
- <extensions_compatibility_mode >1</extensions_compatibility_mode >
440
439
<session_cookie_lifetime >10800</session_cookie_lifetime >
441
440
<secure_system_configuration_save_disabled >0</secure_system_configuration_save_disabled >
442
441
</security >
Original file line number Diff line number Diff line change 1246
1246
<show_in_website >0</show_in_website >
1247
1247
<show_in_store >0</show_in_store >
1248
1248
</domain_policy_frontend >
1249
- <extensions_compatibility_mode translate =" label comment" >
1250
- <label >Admin routing compatibility mode for extensions</label >
1251
- <comment >Enabling this setting increases risk of automated attacks against admin functionality.</comment >
1252
- <frontend_type >select</frontend_type >
1253
- <sort_order >6</sort_order >
1254
- <source_model >adminhtml/system_config_source_enabledisable</source_model >
1255
- <show_in_default >1</show_in_default >
1256
- <show_in_website >0</show_in_website >
1257
- <show_in_store >0</show_in_store >
1258
- </extensions_compatibility_mode >
1259
1249
<crate_admin_user_notification translate =" label comment" >
1260
1250
<label >New Admin User Create Notification</label >
1261
1251
<comment >This setting enable notification when new admin user created.</comment >
Original file line number Diff line number Diff line change 12
12
"Admin","Admin"
13
13
"Admin Base URL","Admin Base URL"
14
14
"Admin User Emails","Admin User Emails"
15
- "Admin routing compatibility mode for extensions","Admin routing compatibility mode for extensions"
16
15
"Advanced","Advanced"
17
16
"Advanced Cache Settings","Advanced Cache Settings"
18
17
"After selecting a new media storage location, press the Synchronize button
133
132
"Enabled for Admin","Enabled for Admin"
134
133
"Enabled for Frontend","Enabled for Frontend"
135
134
"Enabling ability to run Magento in a frame is not recommended for security reasons.","Enabling ability to run Magento in a frame is not recommended for security reasons."
136
- "Enabling this setting increases risk of automated attacks against admin functionality.","Enabling this setting increases risk of automated attacks against admin functionality."
137
135
"Environment Update Time","Environment Update Time"
138
136
"Error in file: ""%s"" - %s","Error in file: ""%s"" - %s"
139
137
"European Union Countries","European Union Countries"
You can’t perform that action at this time.
0 commit comments