]> git.mxchange.org Git - ctracker.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 28 Oct 2020 09:05:56 +0000 (10:05 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 28 Oct 2020 09:05:56 +0000 (10:05 +0100)
commit8586d37c9b8a92959bf869b11436c7b63ad95fca
treefce0ebcd5f2698f3006911a9b40c646e79a1233c
parentb166801619fef67c422fb9e8a43bfa5606e4050f
Continued:
- changed all <?php print foo; ?> to <?= foo; ?>
- added hidden anti-spam field as I'm done with these spammers
  abusing my well-intended email form
- also included a message to those spammers

Signed-off-by: Roland Häder <roland@mxchange.org>
17 files changed:
libs/language/.php
libs/language/de.php
libs/language/en.php
libs/lib_detector.php
libs/lib_general.php
libs/templates/add_ticket.tpl.php
libs/templates/add_ticket_thanks.tpl.php
libs/templates/bot_captured.tpl.php [new file with mode: 0644]
libs/templates/de/add_ticket_form.tpl.php
libs/templates/de/add_ticket_success.tpl.php
libs/templates/de/body_header.tpl.php
libs/templates/de/bot_captured.tpl.php [new file with mode: 0644]
libs/templates/en/add_ticket_form.tpl.php
libs/templates/en/add_ticket_success.tpl.php
libs/templates/en/body_header.tpl.php
libs/templates/en/bot_captured.tpl.php [new file with mode: 0644]
libs/templates/page_header.tpl.php