diff --git a/admin/index.php b/admin/index.php index a7913f4..81add39 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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;