Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c22a17c
authored
Apr 03, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加禁止国家
parent
7198c8ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
config/field.php
config/field.php
View file @
5c22a17c
...
...
@@ -25,14 +25,15 @@ return [
'forbidden_ip_iso_code'
=>
[
'RU'
,
// 俄罗斯
'IR'
,
// 伊朗
'UA'
,
// 乌克兰
'SY'
,
// 叙利亚
],
// 重定向到 /info 页面的国家
'disable_ip_iso_code'
=>
[
'US'
,
'CA'
,
'GB'
,
'AU'
,
'UA'
,
'SY'
,
'US'
,
// 美国
'CA'
,
// 加拿大
'GB'
,
// 英国
'AU'
,
// 澳大利亚
]
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment