Advertisement
Guest User

Untitled

a guest
Jul 10th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 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. $time_start = microtime(true);
  15. include_once __DIR__ . DIRECTORY_SEPARATOR . 'client.class.php';
  16. $protect = new Mofsy\License\Client\Protect();
  17. $protect->local_key_path = './administrator/language/ru-RU/';
  18. $protect->local_key_name = 'readmore.txt';
  19. .................................................
  20. .............................
  21. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement