View file public/index.php

File size: 267B
<?php
/**
 * Rotor - Content management system
 *
 * @package   Rotor
 * @author    Vantuz <[email protected]>
 * @link      http://visavi.net
 * @copyright 2005-2018
 */

require __DIR__ . '/../app/bootstrap.php';

$app = new \App\Classes\Application();
$app->run();