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

13 lines
301 B
PHP
Raw Normal View History

2021-09-08 10:05:09 +03:00
<h3><?=GetMessage('EXPORT_CATALOGS_INFO')?></h3>
2013-09-05 12:11:29 +04:00
<?php
global $oldValues;
2018-10-04 16:28:14 +03:00
2021-09-08 10:05:09 +03:00
$STEP = 1;
$ACTION = 'EXPORT_SETUP';
$arOldSetupVars = $oldValues ?? [];
$SETUP_PROFILE_NAME = $oldValues['SETUP_PROFILE_NAME'] ?? GetMessage('PROFILE_NAME_EXAMPLE');
2014-01-23 16:55:04 +04:00
2021-09-08 10:05:09 +03:00
require_once __DIR__ . '/../export/export_setup.php';
?>