From f1f901c3ea2bb4a642136da36721b539ce435b91 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 26 Sep 2002 13:05:18 +0000 Subject: [PATCH] After upgrading version, stay on admin page rather than going to home page, just in case there is more to do. --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 1ee50f1760..885b16ff17 100644 --- a/admin/index.php +++ b/admin/index.php @@ -71,7 +71,7 @@ $db->debug=false; if (set_field("config", "value", "$version", "name", "version")) { notify($strdatabasesuccess); - print_continue("$CFG->wwwroot"); + print_continue("index.php"); die; } else { notify("Upgrade failed! (Could not update version in config table)"); -- 2.39.5