mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Uploading new plugins via the admin panel - active tab 'Install New' after plugin uploading #215
This commit is contained in:
@@ -173,7 +173,7 @@ class PluginsAdmin extends Backend
|
||||
if (Request::post('dragndrop')) {
|
||||
Request::shutdown();
|
||||
} else {
|
||||
Request::redirect($site_url.'/admin/index.php?id=plugins');
|
||||
Request::redirect($site_url.'/admin/index.php?id=plugins#installnew');
|
||||
}
|
||||
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user