Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 12.11.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. ob_start();
  15. session_start();
  16. extract($_POST);
  17. extract($_GET);
  18. $urlPath = $_SERVER['REQUEST_URI'];
  19. $urlPathArray = basename($_SERVER['PHP_SELF']);
  20. ....................................................................
  21. ..................................
  22. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement