💬 Updating text and literals.

This commit is contained in:
WispX
2020-03-16 07:12:23 +08:00
parent c6d04f8a94
commit 9ffb41f047
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{html, less, css, js}]
[*.{html, less, js}]
indent_size = 2
[*.md]

View File

@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
[http://www.gnu.org/philosophy/why-not-lgpl.html]
[http://www.gnu.org/philosophy/why-not-lgpl.html].

2
think
View File

@@ -13,7 +13,7 @@
namespace think;
// 加载基础文件
require __DIR__ .'/thinkphp/base.php';
require __DIR__ . '/thinkphp/base.php';
// 应用初始化
Container::get('app')->path(__DIR__ . '/application/')->initialize();