X-Git-Url: https://git.p6c8.net/form-email.git/blobdiff_plain/dc796cb93a9ecbe5b7d9c3e0edaf51df9a8de9e9..1fc1799dba2372c7fd001fe06936ab977192bd8d:/form-email/config.php?ds=sidebyside diff --git a/form-email/config.php b/form-email/config.php index 3e5a47d..a84c5ba 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: 05.02.2012 +# Letzte Aenderung: 06.02.2012 # # Copyright (C) 2002-2012 Patrick Canterino # @@ -18,8 +18,8 @@ # Empfaenger - wichtigste Einstellung -$mailto = 'patrick@test.local'; -$aliases = array('patrick' => 'patrick@test.local', 'test' => 'test@test.local', 'alle' => 'patrick@test.local; test@test.local'); +$mailto = ''; +$aliases = array(); # Allgemeines @@ -45,6 +45,10 @@ $text_max = 0; # Individuelle Felder +# Hier eine Beispiel-Definition +# Eine Beschreibung finden Sie in der ReadMe-Datei + +/* $user_fields['beruf']['min'] = 5; $user_fields['beruf']['max'] = 10; $user_fields['beruf']['required'] = 1; @@ -74,6 +78,7 @@ function check_beruf($content) { function prepare_beruf($content) { return strtolower($content); } +*/ # Sicherheit @@ -82,10 +87,10 @@ $referer_ok = ''; # Mails speichern -$store_mails = 1; -$store_mails_dir = 'stored_mails'; +$store_mails = 0; +$store_mails_dir = 'stored_mails'; $store_mails_prefix = 'feml_'; -$store_mails_max = 10; +$store_mails_max = 10; # Captcha @@ -136,9 +141,9 @@ $err_captcha_session_failure = 'Keine g # Templates -$tpl_mail = 'mail_individual.txt'; +$tpl_mail = 'mail.txt'; $tpl_sent = 'sent.htm'; -$tpl_user_error = 'user_error_individual.htm'; +$tpl_user_error = 'user_error.htm'; $tpl_fatal = 'fatal.htm'; #