Skip to content

Commit

Permalink
honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Oct 10, 2019
1 parent b7f3474 commit 47203d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/60/1/output.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ function click_stars(wert) {
text|name|'. $tag_open .'d2u_guestbook_form_name'. $tag_close .' *
email|email|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'
html|honeypot||<div class="hide-validation">
text|mailvalidate|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'|1|no_db
validate|compare_value|mailvalidate|1|!=|'. $tag_open .'d2u_guestbook_form_validate_spam_detected'. $tag_close .'|
text|mailvalidate|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'||no_db
validate|compare_value|mailvalidate||!=|'. $tag_open .'d2u_guestbook_form_validate_spam_detected'. $tag_close .'|
html|honeypot||</div>
textarea|description|'. $tag_open .'d2u_guestbook_form_message'. $tag_close .'
choice|recommendation|'. $tag_open .'d2u_guestbook_form_recommendation'. $tag_close .'|{"'. $tag_open .'d2u_guestbook_no'. $tag_close .'":"0","'. $tag_open .'d2u_guestbook_yes'. $tag_close .'":"1"}|1|0|
Expand Down
4 changes: 2 additions & 2 deletions modules/60/3/output.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function click_stars(wert) {
text|name|'. $tag_open .'d2u_guestbook_form_name'. $tag_close .' *
email|email|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'
html|honeypot||<div class="hide-validation">
text|mailvalidate|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'|1|no_db
validate|compare_value|mailvalidate|1|!=|'. $tag_open .'d2u_guestbook_form_validate_spam_detected'. $tag_close .'|
text|mailvalidate|'. $tag_open .'d2u_guestbook_form_email'. $tag_close .'||no_db
validate|compare_value|mailvalidate||!=|'. $tag_open .'d2u_guestbook_form_validate_spam_detected'. $tag_close .'|
html|honeypot||</div>
textarea|description|'. $tag_open .'d2u_guestbook_form_message'. $tag_close .'
choice|recommendation|'. $tag_open .'d2u_guestbook_form_recommendation'. $tag_close .'|{"'. $tag_open .'d2u_guestbook_no'. $tag_close .'":"0","'. $tag_open .'d2u_guestbook_yes'. $tag_close .'":"1"}|1|0|
Expand Down
2 changes: 1 addition & 1 deletion pages/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<h2>Support</h2>
<p>Fehlermeldungen bitte im <a href="https://github.com/TobiasKrais/d2u_guestbook" target="_blank">GitHub Repository</a> melden.</p>
<h2>Changelog</h2>
<p>1.0.8-DEV:</p>
<p>1.0.8:</p>
<ul>
<li>Bugfix: Bestätigte Datenschutzerklärung wurde im Backend nicht korrekt angezeigt.</li>
<li>Bugfix: Datum in Übersichtsliste korrekt dargestellt.</li>
Expand Down

0 comments on commit 47203d5

Please sign in to comment.