You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
327 B
15 lines
327 B
<?php |
|
/** |
|
* @package Grav\Core |
|
* |
|
* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. |
|
* @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();
|
|
|