| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/report.analytics.empty/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/report.analytics.empty/class.php |
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)
{
die();
}
class ReportAnalyticsEmpty extends CBitrixComponent
{
public function executeComponent()
{
$this->includeComponentTemplate();
}
}