From b7ce3e487e8ba99aa8457aa7fcf1665e851b7113 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 10 Mar 2008 10:15:53 +0000 Subject: Fixing the login form git-svn-id: https://code.elgg.org/elgg/trunk@127 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index 2dc3371ad..4c068b5f4 100644 --- a/actions/login.php +++ b/actions/login.php @@ -12,8 +12,8 @@ */ // Get username and password - require_once('../engine/start.php'); - global $CONFIG; + //require_once('../engine/start.php'); + //global $CONFIG; $username = get_input('username'); $password = get_input("password"); @@ -36,7 +36,7 @@ system_message("We couldn't log you in. Make sure your details are correct and please try again."); } - header("Location: {$passthru}"); - exit; + // header("Location: {$passthru}"); + // exit; ?> \ No newline at end of file -- cgit v1.2.3