Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  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. .........
  15. ....
  16. $root_path = realpath( dirname( __FILE__ ) );
  17. define( '__ROOT_PATH', $root_path );
  18. require_once( __ROOT_PATH . '/application/init.php' );
  19. include_once( __ROOT_PATH . '/system/bootstrap.php' );
  20. .....................
  21. ........
  22. ...
  23. }
  24.  
  25. echo 'ERROR: Invalid License Configuration';
  26. ?>
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement