Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. BY following these few commands -
  2. 1. Login in SSH
  3. 2. cd public_html/<your directory>
  4. 3. php -a
  5. 4. include 'app/Mage.php';
  6. 5. include 'app/Mage.php';
  7.  
  8. <?php
  9. include_once 'app/Mage.php';
  10. umask(0);
  11. Mage::app("default");
  12. echo Mage::getVersion();
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement