Files
toolbox/plugin/utility/file_hash/App.php
T
2023-09-28 16:21:06 +08:00

17 lines
206 B
PHP

<?php
/**
* 文件哈希计算
*/
namespace plugin\utility\file_hash;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}