mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
增加vendor behavior目录
This commit is contained in:
2
base.php
2
base.php
@@ -10,7 +10,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
// 版本信息
|
// 版本信息
|
||||||
define('THINK_VERSION', '5.0beta');
|
define('THINK_VERSION', '5.0.0beta');
|
||||||
// 系统常量
|
// 系统常量
|
||||||
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
|
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
|
||||||
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
|
defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS);
|
||||||
|
|||||||
2
library/behavior/.gitignore
vendored
Normal file
2
library/behavior/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
vendor/.gitignore
vendored
Normal file
2
vendor/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user