From cc9ce84648fc022f137ac61bdbe496c662b3a461 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 8 Jan 2014 01:08:45 +0200 Subject: [PATCH] Monstra Dashboard - Set as default Plugin for Admin Panel #204 --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;