diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 20:28:45 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-10 20:28:45 +0000 |
commit | 70bd954b524045a3c510dfaa6fad0fce9f60240e (patch) | |
tree | 322d5cfdca12d9b9cac530c0a992f95b8e6e69d3 /phpBB | |
parent | 6094714a652ef2796b44df426fdce425e287f48d (diff) | |
download | forums-70bd954b524045a3c510dfaa6fad0fce9f60240e.tar forums-70bd954b524045a3c510dfaa6fad0fce9f60240e.tar.gz forums-70bd954b524045a3c510dfaa6fad0fce9f60240e.tar.bz2 forums-70bd954b524045a3c510dfaa6fad0fce9f60240e.tar.xz forums-70bd954b524045a3c510dfaa6fad0fce9f60240e.zip |
I have an excuse for this idiotic serious of commits ... I'll let you know what is when I think of it ...
git-svn-id: file:///svn/phpbb/trunk@1160 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/login.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/login.php b/phpBB/login.php index 44d32e2e03..155b15b548 100644 --- a/phpBB/login.php +++ b/phpBB/login.php @@ -82,7 +82,6 @@ if(isset($HTTP_POST_VARS['submit']) || isset($HTTP_GET_VARS['submit'])) } else { - echo "HERE4"; message_die(GENERAL_MESSAGE, $lang['Error_login']); } } |