ez-pro/core/bitrix/js/main/md5/config.php
2025-11-13 19:04:05 +03:00

10 lines
165 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => '/bitrix/js/main/md5/dist/md5.bundle.js',
'skip_core' => true,
];