diff --git a/src/apps/diy.php b/src/apps/diy.php index b0aaab60..c56b6e22 100755 --- a/src/apps/diy.php +++ b/src/apps/diy.php @@ -38,6 +38,14 @@ if ($action == 'post') { exit(); } $addvar = $addvalue = ''; + //验证码校验 + $validate = empty($validate) ? '' : strtolower(trim($validate)); + $svali = strtolower(GetCkVdValue()); + if ($validate=='' || $validate != $svali) { + ResetVdValue(); + ShowMsg('验证码不正确', '-1'); + exit(); + } if (!empty($dede_fields)) { $link = $_SERVER['HTTP_REFERER']; $date = GetDateTimeMk(time()); diff --git a/src/theme/apps/post_diyform.htm b/src/theme/apps/post_diyform.htm index c7b5adfb..610dd0a5 100644 --- a/src/theme/apps/post_diyform.htm +++ b/src/theme/apps/post_diyform.htm @@ -27,7 +27,14 @@
+ | 验证码 | +
+
+ |
+