CodeIgniter4/qa-bootstrap.php
2020-08-15 12:18:40 +07:00

6 lines
105 B
PHP

<?php
require 'app/Config/Paths.php';
$paths = new Config\Paths();
require_once 'system/bootstrap.php';