Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/
Upload File :
Current File : /var/www/homesaver/www/bitrix/include.php

<?php

CModule::IncludeModule('ofdferma');
global $DBType;

require __DIR__ . '/components/index.php';

$arClasses = array(
    'CMainOfdFerma' => 'classes/general/CMainOfdFerma.php',
    'CAllOfdFermaReceipt' => 'classes/general/CAllOfdFermaReceipt.php',
    'CVatCollection' => 'classes/general/CVatCollection.php',
    'CFermaApiClient' => 'classes/general/ferma-api/CFermaApiClient.php',
    'CFermaApiService' => 'classes/general/ferma-api/CFermaApiService.php',
    'CFermaApiException' => 'classes/general/ferma-api/CFermaApiException.php',
    'COfdFermaReceipt' => 'classes/' . $DBType . '/COfdFermaReceipt.php',
);

CModule::AddAutoloadClasses('ofdferma', $arClasses);