From: Roland Häder Date: Fri, 16 May 2008 22:12:08 +0000 (+0000) Subject: Redirect fixed... *sigh* admin.php is a redirector itself. X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3e077cc4c838b433c321a21ced20f02f023f3b80 Redirect fixed... *sigh* admin.php is a redirector itself. --- diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index ce97012cdd..b761a95fff 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -308,7 +308,7 @@ case "register": // Register new extension // Is this sql_patches? Then we need to auto-logout! if ($ext_name == "sql_patches") { // Auto-logout here - LOAD_URL("admin.php?module=admin&logout=1&sql_patches=1"); + LOAD_URL("modules.php?module=admin&logout=1&sql_patches=1"); } // Extension was found and successfully registered