View file public/index.php
<?php /** * Rotor - Mobile content management system * * @package Rotor * @author Vantuz <[email protected]> * @link https://visavi.net * @copyright 2005-2021 */ require __DIR__ . '/../app/bootstrap.php'; $app = new \App\Classes\Application(); $app->run();