Advertisement
Guest User

Untitled

a guest
Feb 13th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (file_exists(plugin_dir_path(__FILE__) . 'licence.php')) {
  15. require plugin_dir_path(__FILE__) . 'licence.php';
  16. $lisans['site'] = getenv('HTTP_HOST');
  17.  
  18. if (substr($lisans['site'], 0, 4) == 'www.') {
  19. $lisans['site'] = substr($lisans['site'], 4);
  20. .......................................................................
  21. .............................................
  22. ........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement