Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:39
Show Gist options
  • Save jwohlfeil/04574c82a1d99a4b762d201cc94cc6c6 to your computer and use it in GitHub Desktop.
Save jwohlfeil/04574c82a1d99a4b762d201cc94cc6c6 to your computer and use it in GitHub Desktop.
<?php
require_once('app/Mage.php'); //Path to Magento
umask(0);
Mage::app();
// Run you code here
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment