From 4a2774454aa6ed9a7544fad5fc82c55e965b0ad1 Mon Sep 17 00:00:00 2001 From: mrpete Date: Wed, 17 Jan 2007 13:38:24 +0000 Subject: [PATCH] bugfix: tells you to login now but link goes to index not login --- fpw.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fpw.php b/fpw.php index f377d5402..091b18df9 100644 --- a/fpw.php +++ b/fpw.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/fpw.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:05 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-01-17 13:38:24 $ +| $Author: mrpete $ +----------------------------------------------------------------------------+ */ require_once("class2.php"); @@ -81,7 +81,7 @@ if (e_QUERY) { cookie($pref['cookie_name'], "", (time()-2592000)); $_SESSION[$pref['cookie_name']] = ""; - $txt = LAN_FPW8." {$username} ".LAN_FPW9." {$newpw}

".LAN_FPW10." ".LAN_FPW11." ".LAN_FPW12; + $txt = LAN_FPW8." {$username} ".LAN_FPW9." {$newpw}

".LAN_FPW10." ".LAN_FPW11." ".LAN_FPW12; fpw_error($txt); } else {