限制后台访问
This commit is contained in:
@@ -16,6 +16,8 @@ class Allow
|
|||||||
|
|
||||||
$allow_ids = ['993','282'];
|
$allow_ids = ['993','282'];
|
||||||
|
|
||||||
|
$get['url'] = explode('?',$get['url'])[0];
|
||||||
|
|
||||||
if (strpos($get['url'], '/user/userprice') !== false) {
|
if (strpos($get['url'], '/user/userprice') !== false) {
|
||||||
result([], '', 10000);die;
|
result([], '', 10000);die;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user