This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update search.php
develop
叙述、别离
4 weeks ago
parent
647340091f
commit
d8b7c68b6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/apps/search.php
+ 1
- 1
src/apps/search.php
View File
@@ -65,7 +65,7 @@ if (($keyword != '' && strlen($keyword) < 2) && empty($typeid)) {
exit();
}
if (!preg_match('/^[\x{4e00}-\x{9fa5}]+$/u', $keyword)) {
showMsg('您输入信息不符合,请重新填写', '-1');
showMsg('您输入信息不符合,
仅支持中文搜索,
请重新填写', '-1');
exit();
}
//检查搜索间隔时间
Write
Preview
Loading…
Cancel
Save