- add current session to redirect-url so we don't have to re-login after the update-procedure

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-21 07:02:25 +00:00
parent 09d69945f1
commit 28d626f882

View File

@@ -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();