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 : 2.0.0.3
- * @ Author : DeZender
- * @ Release on : 06.05.2013
- * @ Official site : http://DeZender.Net
- *
- */
- error_reporting(30719 & ~8);
- try {
- $rootDir = dirname(__FILE__);
- require_once '' . $rootDir . "/inc/const.inc.php";
- require_once '' . $rootDir . "/inc/error-handler.php";
- require_once '' . $rootDir . "/inc/autoload.inc.php";
- require_once '' . $rootDir . "/inc/bootstrap.inc.php";
- require_once '' . $rootDir . "/inc/modules.inc.php";
- if (!defined("START_FROM_PUBLIC")) {
- PaClient::redirect($config["BASE_URL"]);
- }
- if (function_exists("ob_gzhandler") && (!isset($config["NO_GZ_HANDLER"]) || !$config["NO_GZ_HANDLER"])) {
- ob_start("ob_gzhandler");
- }
- .................................................
- ........................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement