grav-lecampus/system/install.php

16 lines
327 B
PHP
Raw Permalink Normal View History

2021-05-27 18:17:50 +02:00
<?php
/**
* @package Grav\Core
*
2024-06-07 14:19:08 +02:00
* @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved.
2021-05-27 18:17:50 +02:00
* @license MIT License; see LICENSE file for details.
*/
if (!defined('GRAV_ROOT')) {
die();
}
require_once __DIR__ . '/src/Grav/Installer/Install.php';
return Grav\Installer\Install::instance();