环境变量不区分大小写

This commit is contained in:
yunwuxin
2016-06-29 15:35:32 +08:00
parent 73fdd13482
commit d9a9599043
4 changed files with 16 additions and 8 deletions

View File

@@ -352,9 +352,12 @@ class App
} else {
//重新申请一块比较大的buffer
if (ob_get_level() > 0) {
ob_end_clean();
$output = ob_get_clean();
}
ob_start();
if (!empty($output)) {
echo $output;
}
}
// 应用命名空间