From 28d626f882e2ff221e1d8eb4fcfc7f850b41ca99 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 21 Apr 2010 07:02:25 +0000 Subject: [PATCH] - add current session to redirect-url so we don't have to re-login after the update-procedure --- admin_updates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_updates.php b/admin_updates.php index d1bbdc04..59fe0248 100644 --- a/admin_updates.php +++ b/admin_updates.php @@ -72,7 +72,7 @@ if($page == 'overview') include_once './install/updatesql.php'; - $redirect_url = 'admin_index.php'; + $redirect_url = 'admin_index.php?s=' . $s; eval("echo \"" . getTemplate("update/update_end") . "\";"); updateCounters();