uawdijnntqw1x1x1
IP : 216.73.216.74
Hostname : www.vorobey-market.ru
Kernel : Linux www.vorobey-market.ru 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
bitrix
/
vorobey-clubru
/
bitrix
/
modules
/
main
/
lib
/
dispatcher.php
/
/
<?php namespace Bitrix\Main; /*dispatchermutatormark1*/ //Do not remove this final class Dispatcher { private $licenseKey = ''; private $isInitialized = false; public function __construct() { $this->isInitialized = false; } public function initialize() { $LICENSE_KEY = ''; if (file_exists(($filename = Application::getDocumentRoot()."/bitrix/license_key.php"))) include($filename); if (empty($LICENSE_KEY)) $LICENSE_KEY = 'DEMO'; $this->licenseKey = $LICENSE_KEY; /*dispatchermutatormark2*/ //Do not remove this $this->isInitialized = true; } public function getLicenseKey() { if (!$this->isInitialized) throw new NotSupportedException(); return $this->licenseKey; } }
/home/bitrix/vorobey-clubru/bitrix/modules/main/lib/dispatcher.php