Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 21:27:57 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 21:27:57 +0400
commit33f24a42b88ede5135ab2118077a25a6c479201b (patch)
tree463ed45ba7f1932920564457423894e6130ea87a /index.php
parent314e84716b5b0d2449412cfcdc9e8c2aff9ea665 (diff)
redirect url fixed
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index fb8d1922dd4..d2d0700c577 100644
--- a/index.php
+++ b/index.php
@@ -90,5 +90,5 @@ else {
}
}
- OC_Template::printGuestPage('', 'login', array('error' => $error ));
+ OC_Template::printGuestPage('', 'login', array('error' => $error, 'redirect' => isset($_REQUEST['redirect_url'])?$_REQUEST['redirect_url']:'' ));
}