Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /*
  2. *
  3. * @ This file is created by http://DeZender.Net
  4. * @ deZender (PHP5 Decoder for ionCube Encoder)
  5. *
  6. * @ Version : 3.5.0.0
  7. * @ Author : DeZender
  8. * @ Release on : 22.06.2018
  9. * @ Official site : http://DeZender.Net
  10. *
  11. */
  12.  
  13. include_once 'include/config.php';
  14.  
  15. if (isset($_SESSION['domainadmin']) || isset($_SESSION['realmadmin'])) {
  16. $check_access_script = 'recipient-verification.php';
  17. }
  18.  
  19. include_once 'do_auth.php';
  20. include_once 'network.php';
  21. include_once 'functions.php';
  22. include_once 'amavisd-lib.php';
  23. include_once 'auth.php';
  24. include_once 'sa-lib.php';
  25. include_once 'cluster/ClusterTitan.php';
  26. include_once 'lib/Domain.php';
  27. include_once 'lib/rcptRestrictions.php';
  28. include_once 'lib/Postgrey.php';
  29. .......................................................................
  30. ...................................
  31. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement