Last active
October 15, 2018 19:53
-
-
Save Stepa4man/2acbf75d75084463af257e63a6c47ef4 to your computer and use it in GitHub Desktop.
Magento 1 script temaplte
This file contains 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 | |
set_time_limit(0); | |
error_reporting(E_ALL | E_STRICT); | |
ini_set('display_errors', 1); | |
require_once './app/Mage.php'; | |
Mage::setIsDeveloperMode(true); | |
Mage::app(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment