限制后台访问

This commit is contained in:
“wanyongkang”
2023-08-16 16:57:32 +08:00
parent b7ef4e3227
commit 30922ebe90

View File

@@ -16,6 +16,8 @@ class Allow
$allow_ids = ['993','282'];
$get['url'] = explode('?',$get['url'])[0];
if (strpos($get['url'], '/user/userprice') !== false) {
result([], '', 10000);die;
}