File: /www/wwwroot/crm.magiceyelens.com/YZNCMS-master/addons/sitemap/Sitemap.php
<?php
// +----------------------------------------------------------------------
// | Yzncms [ 御宅男工作室 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2018 http://yzncms.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: 御宅男 <530765310@qq.com>
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 网站地图插件
// +----------------------------------------------------------------------
namespace addons\sitemap;
use sys\Addons;
class Sitemap extends Addons
{
//安装
public function install()
{
return true;
}
//卸载
public function uninstall()
{
return true;
}
}