require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/intranet/public/report/analytics/index.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_after.php");
if (\Bitrix\Main\Loader::includeModule('report') && !\Bitrix\Report\VisualConstructor\Helper\Analytic::isEnable())
{
echo 'Analytics is not enabled.';
die;
}
?>
Warning: Undefined variable $APPLICATION in /home/pkapppau/public_html/report/analytics/index.php on line 18
Fatal error: Uncaught Error: Call to a member function IncludeComponent() on null in /home/pkapppau/public_html/report/analytics/index.php:18
Stack trace:
#0 {main}
thrown in /home/pkapppau/public_html/report/analytics/index.php on line 18