aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 10:15:53 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-10 10:15:53 +0000
commitb7ce3e487e8ba99aa8457aa7fcf1665e851b7113 (patch)
treeb8018ccdf566936870abcc576e131ab13071e943 /actions/login.php
parenteab5982c2308683cbf026e80240cbde89eca3bf8 (diff)
downloadelgg-b7ce3e487e8ba99aa8457aa7fcf1665e851b7113.tar.gz
elgg-b7ce3e487e8ba99aa8457aa7fcf1665e851b7113.tar.bz2
Fixing the login form
git-svn-id: https://code.elgg.org/elgg/trunk@127 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php8
1 files changed, 4 insertions, 4 deletions
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