Send new password + old password check stuff ... this time I'm fairly confident it works ... no really, I mean it

git-svn-id: file:///svn/phpbb/trunk@1159 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-10-10 18:27:35 +00:00
parent d37f5611fb
commit 6094714a65

View file

@ -82,6 +82,7 @@ if(isset($HTTP_POST_VARS['submit']) || isset($HTTP_GET_VARS['submit']))
}
else
{
echo "HERE4";
message_die(GENERAL_MESSAGE, $lang['Error_login']);
}
}