diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 18:27:35 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 18:27:35 +0000 |
commit | 6094714a652ef2796b44df426fdce425e287f48d (patch) | |
tree | fa89265d5f8be82223211b93be8bbd815a389ae3 | |
parent | d37f5611fb338076b3a8b7c6e09377d068d4b27e (diff) | |
download | forums-6094714a652ef2796b44df426fdce425e287f48d.tar forums-6094714a652ef2796b44df426fdce425e287f48d.tar.gz forums-6094714a652ef2796b44df426fdce425e287f48d.tar.bz2 forums-6094714a652ef2796b44df426fdce425e287f48d.tar.xz forums-6094714a652ef2796b44df426fdce425e287f48d.zip |
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
-rw-r--r-- | phpBB/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/login.php b/phpBB/login.php index 155b15b548..44d32e2e03 100644 --- a/phpBB/login.php +++ b/phpBB/login.php @@ -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']); } } |