mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +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')) {
|
if (Request::post('dragndrop')) {
|
||||||
Request::shutdown();
|
Request::shutdown();
|
||||||
} else {
|
} 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.'); }
|
} 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