12 lines
224 B
PHP
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';
|
|
}
|