Advertisement
Guest User

Untitled

a guest
May 16th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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. session_start( );
  15. @header( 'Expires: 0' );
  16. @header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) );
  17. @header( 'Cache-Control: no-store, no-cache, must-revalidate' );
  18. @header( 'Cache-Control: pre-check=0, post-check=0, max-age=0' );
  19. @header( 'Pragma: no-cache' );
  20. @header( 'P3P : CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"' );
  21. @header( 'Content-Type: text/html; charset=UTF-8' );
  22.  
  23. if (!(isset( $set_time_limit ))) {
  24. $set_time_limit = 0;
  25. }
  26.  
  27. @set_time_limit( $set_time_limit );
  28. .................................................................................
  29. ............................................
  30. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement