seacms/index.php
Jérémy Dufraisse e89968d9db refactor(index): simplify call to SeaCMS/App
(cherry picked from commit 767762d0922c41483a4bf1630516b6e5ca962b74)
2023-02-23 11:54:22 +01:00

13 lines
213 B
PHP

<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
if (is_file(__DIR__ . '/vendor/autoload.php')) {
include_once(__DIR__ . '/vendor/autoload.php');
}
\SeaCMS\App::run('content');