install.php 327 B

123456789101112131415
  1. <?php
  2. /**
  3. * @package Grav\Core
  4. *
  5. * @copyright Copyright (c) 2015 - 2021 Trilby Media, LLC. All rights reserved.
  6. * @license MIT License; see LICENSE file for details.
  7. */
  8. if (!defined('GRAV_ROOT')) {
  9. die();
  10. }
  11. require_once __DIR__ . '/src/Grav/Installer/Install.php';
  12. return Grav\Installer\Install::instance();