Просмотр файла index.php
<?php /** * Rotor - Content management system * * @package Rotor * @author Vantuz <[email protected]> * @link http://visavi.net * @copyright 2005-2018 */ include_once __DIR__.'/app/start.php'; App\Classes\Application::run();