Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
112
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 (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function license_fast_valid_check($limit = NULL, $static = NULL, $staticVal = NULL)
  15. {
  16. if (empty( $GLOBALS['lmiH'] ) || (!(is_string( $GLOBALS['lmiH'] )) && !(is_numeric( $GLOBALS['lmiH'] )))) {
  17. return false;
  18. }
  19.  
  20. .........................................................................
  21. .......................................
  22. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement