connect('127.0.0.1', 11211) or exit('Ошибка подключения Memcache'); // Composer if (!file_exists(ROOT.'vendor/autoload.php')) { die('Please install composer and run composer install'); } require(ROOT.'vendor/autoload.php'); // Настройки include(DATA.'config.php'); include(DATA.'engine.php'); include(DATA.'mysql.php'); include(DATA.'params.php'); // Библиотеки include(LIB.'sql.php'); include(LIB.'html.php'); include(LIB.'system.php'); $uip = sys::ip(); // Распределитель include(SYS.'distributor.php'); // Выхлоп echo $html->arr['all']; ?>