Advertisement
Guest User

Untitled

a guest
Jul 5th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.3.0
  8. * @ Author : DeZender
  9. * @ Release on : 17.05.2011
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (!( ( defined( 'MVMMALL' ) && defined( 'IN_ADMINCP' ) ))) {
  15. exit( 'Access Denied' );
  16. }
  17.  
  18. if (in_array( $action, array( 'list', 'uplist', 'downlist' ) )) {
  19. require_once( MVMMALL_ROOT . './include/pager.class.php' );
  20. $search_sql = 'WHERE true ';
  21. ..........................................................
  22. ...............................
  23. ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement