Skip to content

Instantly share code, notes, and snippets.

@drewdhunter
Created March 10, 2014 10:03
Show Gist options
  • Save drewdhunter/9462313 to your computer and use it in GitHub Desktop.
Save drewdhunter/9462313 to your computer and use it in GitHub Desktop.
<?php
$mage = realpath('app/Mage.php');
require_once $mage;
Mage::app();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment