Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
  6. *
  7. * @ Version : 4.0.2.0
  8. * @ Author : DeZender
  9. * @ Release on : 06.04.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. /**
  15. * Implementation of _hook_licensed_features
  16. */
  17. function _rule_engine_licensed_features()
  18. {
  19. static $features = null;
  20.  
  21. if (isset($features)) {
  22. return $features;
  23. }
  24. ..................................................................
  25. .................................
  26. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement