Guest User

Untitled

a guest
Sep 30th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 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.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. header('Access-Control-Allow-Origin: *');
  15. header('Access-Control-Allow-Headers: *');
  16. define('LARAVEL_START', microtime(true));
  17. require __DIR__ . '/../vendor/autoload.php';
  18. ...................................................................
  19. ..................................
  20. ...........
Add Comment
Please, Sign In to add comment