Files
sentcms/addons/syslogin/controller/Index.php
2020-04-16 22:16:28 +08:00

21 lines
653 B
PHP

<?php
// +----------------------------------------------------------------------
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.tensent.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
// +----------------------------------------------------------------------
namespace addons\syslogin\controller;
class Index extends \app\controller\front\Base{
public function login(){
}
public function callback(){
}
}