Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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.9.0
  8. * @ Author : DeZender
  9. * @ Release on : 08.08.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once './core/init.php';
  15. session_write_close();
  16. header('Content-type: text/html; charset=windows-1251');
  17. $PE_PAGEID = $_POST['PE_PAGEID'];
  18. unset($_POST['PE_PAGEID']);
  19. if (($PE_PAGEID == '') || (\Repos\Access\Auth::getUserId() == '')) {
  20. exit();
  21. }
  22.  
  23. repos_core::getInstance()->request->parseRequest();
  24. repos_core::getInstance()->page->set(repos_core::getInstance()->request->params, $PE_PAGEID);
  25.  
  26. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement