From a0e1e352f3f51fc1c66ece9181b854308de55f31 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Mon, 4 Jan 2016 17:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=B1=BB=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83=E4=B8=BApsr-4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index 371bc263..fc906652 100644 --- a/start.php +++ b/start.php @@ -14,7 +14,7 @@ namespace think; // ThinkPHP 引导文件 // 加载基础文件 require __DIR__ . '/base.php'; -require CORE_PATH . 'loader.php'; +require CORE_PATH . 'Loader.php'; // 注册自动加载 Loader::register();