<?xml version="1.0" encoding="UTF-8"?>
<feature name="Captcha">
<!-- Install instructions -->
<install>
<!-- Copy file and parse namespace variable. -->
<copy parseNS="true">
<from>Captcha.php</from>
<to>controller/Captcha.php</to>
</copy>
<!-- Configuration setting change in router -->
<router>
<add><![CDATA[{extend=core/captcha}]]></add>
</router>
</install>
<remove>
<del>controller/Captcha.php</del>
<!-- Configuration setting change in router -->
<router>
<del><![CDATA[{extend=core/captcha}]]></del>
</router>
</remove>
</feature>