mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Monstra Dashboard - Set as default Plugin for Admin Panel #204
This commit is contained in:
@@ -158,7 +158,7 @@ if ($is_admin) {
|
|||||||
if (Request::get('id')) {
|
if (Request::get('id')) {
|
||||||
$area = Request::get('id');
|
$area = Request::get('id');
|
||||||
} else {
|
} else {
|
||||||
Request::redirect('index.php?id=pages');
|
Request::redirect('index.php?id=dashboard');
|
||||||
}
|
}
|
||||||
|
|
||||||
$plugins_registered = Plugin::$plugins;
|
$plugins_registered = Plugin::$plugins;
|
||||||
|
Reference in New Issue
Block a user