aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
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);