This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file is part of ProxiBlue NewRelic Module available via GitHub https://github.com/ProxiBlue/NewRelic | |
* | |
* ProxiBlue NewRelic Module is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Change unsecure base URL--> | |
<update> | |
<where> | |
<field><![CDATA[path]]></field> | |
<value><![CDATA[web/unsecure/base_url]]></value> | |
</where> | |
<set> | |
<field><![CDATA[value]]></field> | |
<value><![CDATA[{{base_url}}]]></value> | |
</set> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I found it is possible to do a rewrite on a core class that does not actually exist.... | |
Usage case: | |
I am creating a reCaptcha module that integrates google recaptcha into magento's core captcha system. | |
In the core captcha you have the ability to state a 'type', as can be seen in the config.xml | |
of Mage_Captcha | |
<default> | |
...... |
NewerOlder