Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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.0.9.0
  8. * @ Author : DeZender
  9. * @ Release on : 08.08.2019
  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 = './';
  18. $protect->local_key_name = 'license.lic';
  19. $protect->server = 'http://lic.pro-portal.info/api.php';
  20. $app = JFactory::getApplication('gorod');
  21. $template = $app->getTemplate('gorod');
  22. .....................................................................
  23. ............................................
  24. .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement