mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
6 lines
105 B
PHP
6 lines
105 B
PHP
<?php
|
|
|
|
require 'app/Config/Paths.php';
|
|
$paths = new Config\Paths();
|
|
require_once 'system/bootstrap.php';
|