Advertisement
Guest User

Untitled

a guest
Nov 14th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 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.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. if (is_dir( 'install' )) {
  15. header( 'Location: ./install/install.php' );
  16. exit( );
  17. }
  18.  
  19. require_once( './includes/config.php' );
  20. require_once( './includes/xtemplate.php' );
  21. require_once( './includes/xpage_public.php' );
  22. require_once( './includes/utilities.php' );
  23. class ZPage extends XPage {
  24. function ZPage($object) {
  25. XPage::xpage( $object );
  26. $this->mainTemplate = './templates/index.tpl';
  27. }
  28. .............................................................
  29. ................................
  30. ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement