avoid invalid email recursions

This commit is contained in:
following
2013-02-17 22:38:00 +01:00
parent b7b51eab81
commit 5fe4af4706
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
* Unicode Reminder メモ
***************************************************************************/
$verifyemail = true;
require('./lib2/web.inc.php');
$email = isset($_REQUEST['email']) ? trim($_REQUEST['email']) : '';
+1
View File
@@ -7,6 +7,7 @@
* Display some status information about the server and Opencaching
***************************************************************************/
$verifyemail = true;
require('./lib2/web.inc.php');
require_once('./lib2/logic/user.class.php');
$tpl->name = 'newpw';