This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
335 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,17 @@ | |
/** | ||
* tpAdmin [a web admin based ThinkPHP5] | ||
* | ||
* @author yuan1994 <[email protected]> | ||
* @link http://tpadmin.yuan1994.com/ | ||
* @author yuan1994 <[email protected]> | ||
* @link http://tpadmin.yuan1994.com/ | ||
* @copyright 2016 yuan1994 all rights reserved. | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 | ||
*/ | ||
|
||
return [ | ||
//网站信息 | ||
'name' => 'tpAdmin', | ||
'title' => 'tpAdmin', | ||
'version' => 'v1.2', | ||
'keywords' => '后台管理系统,网站后台模版,后台模版下载,HTML后台模版下载', | ||
'description' => '一个基于ThinkPHP5的管理后台,支持代码自动生成,RBAC权限管理,无限级节点权限管理,一个智能化的管理后台。' | ||
'name' => 'tpAdmin', | ||
'title' => 'tpAdmin', | ||
'version' => 'v1.2', | ||
'keywords' => '后台管理系统,网站后台模版,后台模版下载,HTML后台模版下载', | ||
'description' => '一个基于ThinkPHP5的管理后台,支持代码自动生成,RBAC权限管理,无限级节点权限管理,一个智能化的管理后台。', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
{ | ||
"name": "tianpian", | ||
"email": "[email protected]", | ||
"homepage": "http://www.tianpian.net.cn", | ||
"homepage": "http://tpadmin.yuan1994.com/", | ||
"role": "Owner" | ||
} | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
// | Author: liu21st <[email protected]> | ||
// +---------------------------------------------------------------------- | ||
|
||
define('THINK_VERSION', '5.0.2'); | ||
define('THINK_VERSION', '5.0.3'); | ||
define('THINK_START_TIME', microtime(true)); | ||
define('THINK_START_MEM', memory_get_usage()); | ||
define('EXT', '.php'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.