<?php

// 定义应用目录
define('APP_PATH', dirname(__DIR__) . '/application/');

// 加载框架引导文件
require dirname(__DIR__) . '/thinkphp/start.php';