Skip to content

Commit

Permalink
Removed possibility to disable "Use Web Server Rewrites" from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Nov 13, 2024
1 parent 024e496 commit a23eb69
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions app/code/core/Mage/Core/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1329,24 +1329,6 @@
</redirect_to_base>
</fields>
</url>
<seo translate="label">
<label>Search Engines Optimization</label>
<sort_order>5</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<use_rewrites translate="label">
<label>Use Web Server Rewrites</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</use_rewrites>
</fields>
</seo>
<unsecure translate="label">
<label>Unsecure</label>
<sort_order>10</sort_order>
Expand Down

0 comments on commit a23eb69

Please sign in to comment.