Файл: concrete5.7.5.6/application/bootstrap/autoload.php
Строк: 8
<?php defined('C5_EXECUTE') or die('Access Denied.');
/**
* ----------------------------------------------------------------------------
* Load all composer autoload items.
* ----------------------------------------------------------------------------
*/
if (!@include(DIR_BASE_CORE . '/' . DIRNAME_VENDOR . '/autoload.php')) {
die('Third party libraries not installed. Make sure that composer has required libraries in the concrete/ directory.');
}