]> git.p6c8.net - form-email.git/blobdiff - form-email/config.php
Zwei Tippfehler korrigiert
[form-email.git] / form-email / config.php
index 3e5a47d7d82fba826145d24b93e3b5a47eefda45..a84c5bafb19353295254f6071f2d45d5d3ffbcab 100644 (file)
@@ -6,7 +6,7 @@
 # Konfiguration fuer Form E-Mail\r
 #\r
 # Autor:            Patrick Canterino <patrick@patshaping.de>\r
 # Konfiguration fuer Form E-Mail\r
 #\r
 # Autor:            Patrick Canterino <patrick@patshaping.de>\r
-# Letzte Aenderung: 05.02.2012\r
+# Letzte Aenderung: 06.02.2012\r
 #\r
 # Copyright (C) 2002-2012 Patrick Canterino\r
 #\r
 #\r
 # Copyright (C) 2002-2012 Patrick Canterino\r
 #\r
@@ -18,8 +18,8 @@
 \r
 # Empfaenger - wichtigste Einstellung\r
 \r
 \r
 # Empfaenger - wichtigste Einstellung\r
 \r
-$mailto  = 'patrick@test.local';\r
-$aliases = array('patrick' => 'patrick@test.local', 'test' => 'test@test.local', 'alle' => 'patrick@test.local; test@test.local');\r
+$mailto  = '';\r
+$aliases = array();\r
 \r
 # Allgemeines\r
 \r
 \r
 # Allgemeines\r
 \r
@@ -45,6 +45,10 @@ $text_max    = 0;
 \r
 # Individuelle Felder\r
 \r
 \r
 # Individuelle Felder\r
 \r
+# Hier eine Beispiel-Definition\r
+# Eine Beschreibung finden Sie in der ReadMe-Datei\r
+\r
+/*\r
 $user_fields['beruf']['min'] = 5;\r
 $user_fields['beruf']['max'] = 10;\r
 $user_fields['beruf']['required'] = 1;\r
 $user_fields['beruf']['min'] = 5;\r
 $user_fields['beruf']['max'] = 10;\r
 $user_fields['beruf']['required'] = 1;\r
@@ -74,6 +78,7 @@ function check_beruf($content) {
 function prepare_beruf($content) {\r
     return strtolower($content);\r
 }\r
 function prepare_beruf($content) {\r
     return strtolower($content);\r
 }\r
+*/\r
 \r
 # Sicherheit\r
 \r
 \r
 # Sicherheit\r
 \r
@@ -82,10 +87,10 @@ $referer_ok    = '';
 \r
 # Mails speichern\r
 \r
 \r
 # Mails speichern\r
 \r
-$store_mails = 1;\r
-$store_mails_dir = 'stored_mails';\r
+$store_mails        = 0;\r
+$store_mails_dir    = 'stored_mails';\r
 $store_mails_prefix = 'feml_';\r
 $store_mails_prefix = 'feml_';\r
-$store_mails_max = 10;\r
+$store_mails_max    = 10;\r
 \r
 # Captcha\r
 \r
 \r
 # Captcha\r
 \r
@@ -136,9 +141,9 @@ $err_captcha_session_failure = 'Keine g
 \r
 # Templates\r
 \r
 \r
 # Templates\r
 \r
-$tpl_mail       = 'mail_individual.txt';\r
+$tpl_mail       = 'mail.txt';\r
 $tpl_sent       = 'sent.htm';\r
 $tpl_sent       = 'sent.htm';\r
-$tpl_user_error = 'user_error_individual.htm';\r
+$tpl_user_error = 'user_error.htm';\r
 $tpl_fatal      = 'fatal.htm';\r
 \r
 #\r
 $tpl_fatal      = 'fatal.htm';\r
 \r
 #\r

patrick-canterino.de