aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php
index 6d345bf45..02d3012db 100644
--- a/identification.php
+++ b/identification.php
@@ -58,7 +58,7 @@ if (isset($_POST['login']))
$remember_me = isset($_POST['remember_me']) and $_POST['remember_me']==1;
if ( try_log_user($_POST['username'], $_POST['password'], $remember_me) )
{
- redirect(empty($redirect_to) ? make_index_url() : $redirect_to);
+ redirect(empty($redirect_to) ? get_gallery_home_url() : $redirect_to);
}
else
{