ez-pro/s1/include/blocks/consent/userconsent.php
2025-11-13 19:04:05 +03:00

12 lines
224 B
PHP

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
exit;
}
if (TSolution::GetFrontParametrValue('LICENCE_TYPE') === 'BITRIX') {
include 'bxconsent.php';
} else {
include 'solution.php';
}