Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 4.0.9.0
- * @ Author : DeZender
- * @ Release on : 08.08.2019
- * @ Official site : http://DeZender.Net
- *
- */
- $_start = microtime(true);
- $rootPath = dirname($_SERVER['DOCUMENT_ROOT']);
- include_once $rootPath . '/lib/class.gbCore.php';
- $contexts = [
- 'admin' => ['webAdmin', 'web'],
- 'public' => ['webPublic', 'web'],
- 'jsonrpc' => ['jsonrpc', 'jsonrpc']
- ];
- $url = current(array_filter(explode('/', parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH))));
- if (!isset($contexts[$url])) {
- header('Location: /' . key($contexts) . '/');
- .................................................................
- ..........................................
- .....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement