From be9f5033d8eff29752f8e12a9fef973b2e09eb31 Mon Sep 17 00:00:00 2001 From: guoshaomin Date: Sun, 7 Aug 2016 14:08:54 +0800 Subject: [PATCH 1/4] add comment --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index aa6cf840d..94fb66b86 100644 --- a/index.php +++ b/index.php @@ -11,6 +11,8 @@ // 应用入口文件 + +// hahah // 检测PHP环境 if (version_compare(PHP_VERSION, '5.3.0', '<')) { die('require PHP > 5.3.0 !'); From 5bcf8cc2478e137ad14b2c3b3407e7ad1ef83fe0 Mon Sep 17 00:00:00 2001 From: guoshaomin Date: Sun, 7 Aug 2016 14:11:58 +0800 Subject: [PATCH 2/4] aaaa --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 94fb66b86..0309976bc 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,8 @@ // 应用入口文件 +//guoshaomin + // hahah // 检测PHP环境 if (version_compare(PHP_VERSION, '5.3.0', '<')) { From b08bd68104265e6fac5ad127ea532c98d2e242e2 Mon Sep 17 00:00:00 2001 From: guoshaomin Date: Sun, 7 Aug 2016 14:14:50 +0800 Subject: [PATCH 3/4] aaa --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 94fb66b86..7c5bf2c8a 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,7 @@ // 应用入口文件 +//panchangzhi // hahah // 检测PHP环境 if (version_compare(PHP_VERSION, '5.3.0', '<')) { From 7f5938eea372e6cef84e5212fec4b576cf164cd1 Mon Sep 17 00:00:00 2001 From: MartinGuo Date: Sun, 7 Aug 2016 14:20:11 +0800 Subject: [PATCH 4/4] ddd ddd --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 80bb607d2..26647fc92 100644 --- a/index.php +++ b/index.php @@ -20,6 +20,8 @@ die('require PHP > 5.3.0 !'); } +// luwenfei + // 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false define('APP_DEBUG', true);