mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +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')) {
|
||||
$area = Request::get('id');
|
||||
} else {
|
||||
Request::redirect('index.php?id=pages');
|
||||
Request::redirect('index.php?id=dashboard');
|
||||
}
|
||||
|
||||
$plugins_registered = Plugin::$plugins;
|
||||
|
Reference in New Issue
Block a user