Skip to content

Commit

Permalink
调整默认值;
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowsoft committed Aug 1, 2024
1 parent ec6b01a commit 7ed3e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zb_system/defend/option.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

// '留言评论
'ZC_COMMENT_TURNOFF' => true,
'ZC_COMMENT_VERIFY_ENABLE' => false,
'ZC_COMMENT_VERIFY_ENABLE' => true,
'ZC_COMMENT_REVERSE_ORDER' => false,
'ZC_COMMENT_ORDERBY_TIME' => false,
'ZC_COMMENT_AUDIT' => false,
Expand All @@ -97,7 +97,7 @@
'ZC_VERIFYCODE_HEIGHT' => 30,
'ZC_VERIFYCODE_FONT' => 'zb_system/defend/arial.ttf',
'ZC_VERIFYCODE_LENGTH' => 5,
'ZC_VERIFYCODE_MAXANGLE' => 45,
'ZC_VERIFYCODE_MAXANGLE' => 20,
'ZC_VERIFYCODE_MAXOFFSET' => 10,

// '页面各项列数
Expand Down

0 comments on commit 7ed3e68

Please sign in to comment.