Files
sentcms/app/controller/admin/Seo.php
2019-07-01 16:13:59 +08:00

28 lines
700 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 app\controller\admin;
use app\controller\Admin;
class Seo extends Admin{
/**
* @title 系统首页
*/
public function index(){
}
/**
* @title 重写规则
*/
public function rewrite(){
}
}