1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.retailcrm/install/step5.php
2021-09-08 10:05:09 +03:00

13 lines
301 B
PHP

<h3><?=GetMessage('EXPORT_CATALOGS_INFO')?></h3>
<?php
global $oldValues;
$STEP = 1;
$ACTION = 'EXPORT_SETUP';
$arOldSetupVars = $oldValues ?? [];
$SETUP_PROFILE_NAME = $oldValues['SETUP_PROFILE_NAME'] ?? GetMessage('PROFILE_NAME_EXAMPLE');
require_once __DIR__ . '/../export/export_setup.php';
?>