X-Git-Url: https://git.p6c8.net/form-email.git/blobdiff_plain/9f689ef27a5125ec8e464e24505d3bc44727f8a1..beba1c3cc4bb271923f1f6d0f14d8a76885cd489:/form-email/config.php diff --git a/form-email/config.php b/form-email/config.php index a4208e9..b8b11fe 100644 --- a/form-email/config.php +++ b/form-email/config.php @@ -6,7 +6,7 @@ # Konfiguration fuer Form E-Mail # # Autor: Patrick Canterino -# Letzte Aenderung: 12.12.2011 +# Letzte Aenderung: 16.12.2011 # # Copyright (C) 2002-2011 Patrick Canterino # @@ -29,7 +29,6 @@ $line_break = 0; $add_header = 1; $timeformat = '%d.%m.%Y um %H:%M:%S'; $return_url = ''; -$no_tld = 0; $allowed_envs = array('HTTP_USER_AGENT','REMOTE_ADDR'); $charset = 'iso-8859-1'; $timezone = 'Europe/Berlin';