- add current session to redirect-url so we don't have to re-login after the update-procedure
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user