File tree Expand file tree Collapse file tree 5 files changed +47
-1
lines changed
Expand file tree Collapse file tree 5 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 1- src/app/etc/local.SUPEE-9767.xml app/etc/local.SUPEE-9767.xml
1+ src/app/code/community/Sr/AllowSymlink app/code/community/Sr/AllowSymlink/
2+ src/app/etc/modules/Sr_AllowSymlink.xml app/etc/modules/Sr_AllowSymlink.xml
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * System config symlink backend model
5+ *
6+ * @category Mage
7+ * @package Mage_Adminhtml
8+ */
9+ class Sr_AllowSymlink_Model_System_Config_Backend_Symlink extends Mage_Core_Model_Config_Data
10+ {
11+ /**
12+ * Removed save() method returning just $this and prevents enabling symlinks.
13+ *
14+ * @see Mage_Adminhtml_Model_System_Config_Backend_Symlink::save()
15+ * @since 1.9.3.4 (SUPEE-9767v2)
16+ */
17+ }
Original file line number Diff line number Diff line change 55 <version >0.0.2</version >
66 </Sr_AllowSymlink >
77 </modules >
8+ <global >
9+ <models >
10+ <sr_allowsymlink >
11+ <class >Sr_AllowSymlink_Model</class >
12+ </sr_allowsymlink >
13+ </models >
14+ </global >
815</config >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <config >
3+ <sections >
4+ <dev >
5+ <groups >
6+ <template >
7+ <show_in_default >1</show_in_default >
8+ <fields >
9+ <allow_symlink >
10+ <show_in_default >1</show_in_default >
11+ <backend_model >sr_allowsymlink/system_config_backend_symlink</backend_model >
12+ </allow_symlink >
13+ </fields >
14+ </template >
15+ </groups >
16+ </dev >
17+ </sections >
18+ </config >
Original file line number Diff line number Diff line change 44 <Sr_AllowSymlink >
55 <active >true</active >
66 <codePool >community</codePool >
7+ <depends >
8+ <Mage_Core />
9+ </depends >
710 </Sr_AllowSymlink >
811 </modules >
912</config >
You can’t perform that action at this time.
0 commit comments