Your IP : 172.28.240.42


Current Path : /var/www/html/clients/amz.e-nk.ru/bitrix/modules/main/include/
Upload File :
Current File : /var/www/html/clients/amz.e-nk.ru/bitrix/modules/main/include/license.php

<?
$file = $_SERVER["DOCUMENT_ROOT"].BX_ROOT."/license_key.php";
if(file_exists($file)) 
	include($file);

if(strlen($LICENSE_KEY)<=0 || $LICENSE_KEY=="DEMO") 
	$lic = "DEMO"; 
else 
	$lic = md5("BITRIX".$LICENSE_KEY."LICENCE");

header("B-Powered-By: Bitrix SM (".$lic.")");
?>