From df9359ff58e9f6e5ff083814c06f275108875d69 Mon Sep 17 00:00:00 2001 From: skschool Date: Thu, 24 Sep 2015 07:50:45 +0800 Subject: [PATCH] Update index.php --- public/index.php | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/public/index.php b/public/index.php index aa1dbeb..b4bd593 100644 --- a/public/index.php +++ b/public/index.php @@ -1,5 +1,26 @@ - // | learv // | ppogg // +------------------------------------------------------------------- // | Knowledge change destiny, share knowledge change you and me. // +------------------------------------------------------------------- // | To be successful // | must first learn To face the loneliness,who can understand. // +-----------------------------------------------------------------*/ -// 应用入口文件 + + // | learv + // | ppogg + // +------------------------------------------------------------------- + // | Knowledge change destiny, share knowledge change you and me. + // +------------------------------------------------------------------- + // | To be successful + // | must first learn To face the loneliness,who can understand. + // +-----------------------------------------------------------------*/ + +// 应用入口文件 + + // 检测PHP环境 if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !'); @@ -9,6 +30,8 @@ define('APP_DEBUG', true); // 引入skphp入口文件 -require '../vendor/sevensoft/framework/skphp.php'; +require '../vendor/skschool/framework/skphp.php'; + + // 亲^_^ 后面不需要任何代码了 就是如此简单