Advertisement
Guest User

Untitled

a guest
Aug 5th, 2018
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once DIR_SYSTEM . '/engine/neoseo_controller.php';
  15.  
  16. class ControllerApiOrderHistory extends NeoSeoController
  17. {
  18. public function __construct($registry)
  19. {
  20. parent::__construct($registry);
  21. $this->_sysModuleName = 'neoseo_exchange1c';
  22. $this->_logFile = $this->_sysModuleName . '.log';
  23. ...........................................................
  24. ......................................
  25. ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement