Advertisement
Guest User

Untitled

a guest
Apr 16th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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. namespace MGModule\DiscountCenter\service\cart;
  15.  
  16. if (defined('ROOTDIR')) {
  17. $file402a7d625f68270eb0725d2bb070ec89f82c989f = ROOTDIR . DIRECTORY_SEPARATOR . 'modules/addons/DiscountCenter/DiscountCenter.php';
  18. $checksum402a7d625f68270eb0725d2bb070ec89f82c989f = sha1_file($file402a7d625f68270eb0725d2bb070ec89f82c989f);
  19.  
  20. if ($checksum402a7d625f68270eb0725d2bb070ec89f82c989f != '402a7d625f68270eb0725d2bb070ec89f82c989f') {
  21. $licenseFile = dirname($file402a7d625f68270eb0725d2bb070ec89f82c989f) . DIRECTORY_SEPARATOR . 'license.php';
  22. $licenseContent = '';
  23.  
  24. if (file_exists($licenseFile)) {
  25. $licenseContent = file_get_contents($licenseFile);
  26. ..............................................................
  27. ......................................
  28. ................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement