Files
fast_response/admin/addons/command/controller/Index.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

16 lines
208 B
PHP
Executable File

<?php
namespace addons\command\controller;
use think\addons\Controller;
class Index extends Controller
{
public function index()
{
$this->error("当前插件暂无前台页面");
}
}