<?php

const APP_PATH = __DIR__ . '/application/';
const EXTEND_PATH = __DIR__ . '/extend/';

require __DIR__ . '/thinkphp/start.php';
