Advertisement
Guest User

Untitled

a guest
Mar 15th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.3.0
  8. * @ Author : DeZender
  9. * @ Release on : 17.05.2011
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. define( 'TOUCHCART', true );
  15. require_once( dirname( __FILE__ ) . '/touchcart/core/inc.php' );
  16. $license = new Mstore_License( );
  17. ..............................................
  18. ............................
  19. ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement