/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4.8
pub/static.php
13 строк
445 B
Oleksii Korshenko
MAGETWO-66875: Remove the copyright year from file headers #8648
29 мар 2017, 19:37
29 мар 2017, 19:37
231709b
Код
Авторство
О чём код?
<?php /** * Entry point for static resources (JS, CSS, etc.) * * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ require realpath(__DIR__) . '/../app/bootstrap.php'; $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER); /** @var \Magento\Framework\App\StaticResource $app */ $app = $bootstrap->createApplication(\Magento\Framework\App\StaticResource::class); $bootstrap->run($app);