aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 15:09:00 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 15:09:00 +0000
commit6d69cb048b372e6e79b79ca2fe927b7c3e3efad2 (patch)
tree9b3fc3b16244cbf6168e88a9b7dff9089c0ad9d1 /actions/login.php
parent34a2243daf6338fbd8986a77de4568c2ec1f4dc7 (diff)
downloadelgg-6d69cb048b372e6e79b79ca2fe927b7c3e3efad2.tar.gz
elgg-6d69cb048b372e6e79b79ca2fe927b7c3e3efad2.tar.bz2
Adding metadata and annotations for users.
git-svn-id: https://code.elgg.org/elgg/trunk@136 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php4
1 files changed, 0 insertions, 4 deletions
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);