PHP Classes

File: src/Resources/contao/languages/en/modules.php

Recommend this page to a friend!
  Classes of stefan   contao PHP Spambot Detection   src/Resources/contao/languages/en/modules.php   Download  
File: src/Resources/contao/languages/en/modules.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: contao PHP Spambot Detection
Detect and block spam bots from accessing sites
Author: By
Last change:
Date: 1 year ago
Size: 745 bytes
 

Contents

Class file image Download
<?php

/*
 * sync*gw SpamBot Bundle
 *
 * @copyright https://syncgw.com, 2013 - 2022
 * @author Florian Daeumling, https://syncgw.com
 * @license http://opensource.org/licenses/lgpl-3.0.html
 */

$GLOBALS['TL_LANG']['MOD']['SpamBot'] = 'SpamBot protection';
$GLOBALS['TL_LANG']['FMD']['SpamBot-IP'] = ['SpamBot IP protection', 'Protect against spam bots on IP level.'];
$GLOBALS['TL_LANG']['MOD']['SpamBot-IP'] = ['SpamBot IP protection', 'Protect against spam bots on IP level.'];
$GLOBALS['TL_LANG']['FMD']['SpamBot-Mail'] = ['SpamBot mail protection', 'Protect against spam bots on mail level.'];
$GLOBALS['TL_LANG']['MOD']['SpamBot-Mail'] = ['SpamBot mail protection', 'Protect against spam bots on mail level.'];

?>