This commit is contained in:
Alone
2024-09-14 15:10:43 +08:00
parent 6c64bbd82a
commit 610dee88cd
4241 changed files with 0 additions and 622695 deletions
-13
View File
@@ -1,13 +0,0 @@
<?php
namespace app\admin\controller;
use app\admin\QfShop;
class Error extends QfShop
{
public function index()
{
return jerr("admin not found", 404);
}
}