新增版本信息
This commit is contained in:
parent
bb38e3bdac
commit
3235e98c38
@ -7,6 +7,8 @@ class CatchAdmin
|
|||||||
{
|
{
|
||||||
public const NAME = 'catch';
|
public const NAME = 'catch';
|
||||||
|
|
||||||
|
public const VERSION = '1.0.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @time 2019年11月30日
|
* @time 2019年11月30日
|
||||||
|
@ -326,9 +326,10 @@ class InstallProjectCommand extends Command
|
|||||||
| \___/\__,_/\__/\___/_/ /_/ /_/ |_\__,_/_/ /_/ /_/_/_/ /_/ |
|
| \___/\__,_/\__/\___/_/ /_/ /_/ |_\__,_/_/ /_/ /_/_/_/ /_/ |
|
||||||
| |
|
| |
|
||||||
\ __ __ __ __ _ __ _ __ enjoy it ! _ __ __ __ __ __ __ ___ _ @ 2017 ~ %s
|
\ __ __ __ __ _ __ _ __ enjoy it ! _ __ __ __ __ __ __ ___ _ @ 2017 ~ %s
|
||||||
账号: admin@gmail.com
|
版本: %s
|
||||||
密码: admin
|
初始账号: admin@gmail.com
|
||||||
', $year));
|
初始密码: admin
|
||||||
|
', CatchAdmin::VERSION, $year));
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
extend/catcher/library/crontab/ManageProcess.php
Normal file
10
extend/catcher/library/crontab/ManageProcess.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | CatchAdmin [Just Like ~ ]
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Author: JaguarJack [ njphper@gmail.com ]
|
||||||
|
// +----------------------------------------------------------------------
|
Loading…
x
Reference in New Issue
Block a user