Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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.9
  8. * @ Author : DeZender
  9. * @ Release on : 10.05.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function cancelfundinvoices_activate()
  15. {
  16. return ['status' => 'success', 'description' => 'Module installed!'];
  17. return ['status' => 'error', 'description' => 'There was an error, please check logs'];
  18. return ['status' => 'info', 'description' => 'OK'];
  19. }
  20.  
  21. function cancelfundinvoices_deactivate()
  22. {
  23. return ['status' => 'success', 'description' => 'Module removed'];
  24. return ['status' => 'error', 'description' => 'There was an error, please check logs'];
  25. ...............................................................
  26. ...............................
  27. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement