Файл: upload-2031-rs1/system/modification.xml
Строк: 28
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>Modification Default</name>
<code>default</code>
<version>1.0</version>
<author>OpenCart Ltd</author>
<link>http://www.opencart.com</link>
<file path="system/engine/action.php,system/engine/loader.php,system/library/config.php,system/library/language.php">
<operation>
<search regex="true">
<![CDATA[~(require|include)(_once)?(([^)]+)~]]>
</search>
<add position="replace">
<![CDATA[$1$2(modification($3)]]>
</add>
</operation>
</file>
</modification>