From 6d69cb048b372e6e79b79ca2fe927b7c3e3efad2 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 10 Mar 2008 15:09:00 +0000 Subject: Adding metadata and annotations for users. git-svn-id: https://code.elgg.org/elgg/trunk@136 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actions') diff --git a/actions/login.php b/actions/login.php index dbe8990fd..cb25b1f0c 100644 --- a/actions/login.php +++ b/actions/login.php @@ -17,10 +17,6 @@ $password = get_input("password"); $persistent = get_input("persistent"); - if (empty($passthru)) { - $passthru = $CONFIG->url; - } - // If all is present and correct, try to log in if (!empty($username) && !empty($password)) { $result = login($username, $password, $persistent); -- cgit v1.2.3