限制后台访问
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user