10 lines
148 B
PHP
10 lines
148 B
PHP
<?
|
|
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'js' => './dist/sha1.bundle.js',
|
|
'skip_core' => true,
|
|
]; |