X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fadmin%2Fwhat-config_reg.php;h=69b4ed9f88d2c883e0b034c119581cba8d6bbdc9;hp=5a8bfc7c87fa33fe52235fb29c9dfde0415b3829;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc diff --git a/0.2.1/inc/modules/admin/what-config_reg.php b/0.2.1/inc/modules/admin/what-config_reg.php index 5a8bfc7c87..69b4ed9f88 100644 --- a/0.2.1/inc/modules/admin/what-config_reg.php +++ b/0.2.1/inc/modules/admin/what-config_reg.php @@ -8,11 +8,11 @@ * -------------------------------------------------------------------- * * Short description : Setup for the registration form * * -------------------------------------------------------------------- * - * Kurzbeschreibung : Einstellungen für das Anmeldeformular * + * Kurzbeschreibung : Einstellungen f�r das Anmeldeformular * * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -34,7 +34,7 @@ // Some security stuff... if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } @@ -65,8 +65,8 @@ if (isset($_POST['ok'])) define('LEAST_CATS_VALUE' , $CONFIG['least_cats']); define('__CFG_SHOW_REFID' , ADD_SELECTION("yn", $CONFIG['display_refid'], "display_refid")); define('__TIMEOUT_SELECTION', CREATE_TIME_SELECTIONS($CONFIG['ip_timeout'], "ip_timeout", "Dhm")); - define('__CFG_DBL_EMAIL' , ADD_SELECTION("yn", $CONFIG['dbl_email'], "check_double_email")); - define('__CFG_DBL_PASS' , ADD_SELECTION("yn", $CONFIG['dbl_pass'] , "check_double_pass")); + define('__CFG_DBL_EMAIL' , ADD_SELECTION("yn", $CONFIG['check_double_email'], "check_double_email")); + define('__CFG_DBL_PASS' , ADD_SELECTION("yn", $CONFIG['check_double_pass'] , "check_double_pass")); define('__REF_PAYOUT' , $CONFIG['ref_payout']); // Load normal template