thinkphp版本升级至6.0
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | OneThink [ WE CAN DO IT JUST THINK IT ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: yangweijie <yangweijiester@gmail.com> <code-tech.diandian.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace addons\Syslogin;
|
||||
use app\common\controller\Addons;
|
||||
|
||||
/**
|
||||
* 系统环境信息插件
|
||||
* @author thinkphp
|
||||
*/
|
||||
|
||||
class Syslogin extends Addons{
|
||||
|
||||
public $info = array(
|
||||
'name'=>'Syslogin',
|
||||
'title'=>'第三方登录',
|
||||
'description'=>'第三方登录',
|
||||
'status'=>0,
|
||||
'author'=>'molong',
|
||||
'version'=>'0.1'
|
||||
);
|
||||
|
||||
public function loginBottomAddon(){
|
||||
|
||||
}
|
||||
|
||||
public function install(){
|
||||
return true;
|
||||
}
|
||||
|
||||
public function uninstall(){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user