Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. require_once('app/Mage.php'); //Path to Magento
  4. Mage::app();
  5.  
  6. ini_set('display_errors',1);
  7. ini_set('display_startup_errors',1);
  8. error_reporting(-1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement