File: /www/wwwroot//www.elwrky.com/addons/sensitive/Sensitive.php
<?php
// +----------------------------------------------------------------------
// | Yzncms [ 御宅男工作室 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2018 http://yzncms.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: fastadmin: https://www.fastadmin.net/
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 敏感词检测插件
// +----------------------------------------------------------------------
namespace addons\sensitive;
use sys\Addons;
class Sensitive extends Addons
{
//安装
public function install()
{
return true;
}
//卸载
public function uninstall()
{
return true;
}
}