Skip to content

Instantly share code, notes, and snippets.

@vmasciotta
Last active August 29, 2015 14:01
Show Gist options
  • Save vmasciotta/cac422358366a705881c to your computer and use it in GitHub Desktop.
Save vmasciotta/cac422358366a705881c to your computer and use it in GitHub Desktop.
Magento Sandbox
<?php
ini_set('display_errors', 1);
require "app/Mage.php";
Mage::init();
Mage::setIsDeveloperMode(true);
umask(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment