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 | |
| /** | |
| * Magento Testing file | |
| * | |
| * - Copy paste this code and save it as your-filename.php | |
| * - Place it in your Magento root | |
| * - Access to this file to view results: http://<your_domain>/your-filename.php | |
| */ | |
| require 'app/Mage.php'; |
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 | |
| /** | |
| * MageMonkey | |
| * http://www.magentocommerce.com/magento-connect/ebizmarts-magemonkey-official-mailchimp-and-mandrill-integration.html | |
| */ | |
| require 'app/Mage.php'; | |
| if (!Mage::isInstalled()) { | |
| echo "Application is not installed yet, please complete install wizard first."; |
NewerOlder