systemDirectory . '/Boot.php'; if (!file_exists($bootPath)) { die('Boot.php not found at: ' . $bootPath); } require $bootPath; exit(CodeIgniter\Boot::bootWeb($paths));