Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
- *
- * @ Version : 1.1.5.0
- * @ Author : DeZender
- * @ Release on : 09.06.2012
- * @ Official site : http://DeZender.Net
- *
- */
- if (is_dir( 'install' )) {
- header( 'Location: ./install/install.php' );
- exit( );
- }
- require_once( './includes/config.php' );
- require_once( './includes/xtemplate.php' );
- require_once( './includes/xpage_public.php' );
- require_once( './includes/utilities.php' );
- class ZPage extends XPage {
- function ZPage($object) {
- XPage::xpage( $object );
- $this->mainTemplate = './templates/index.tpl';
- }
- .............................................................
- ................................
- ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement