1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Merge pull request #388 from clk824/dev

Fix 404 when using certain server configurations
This commit is contained in:
Sergey Romanenko
2016-01-29 00:35:40 +03:00

View File

@@ -156,7 +156,7 @@ if ($is_admin) {
if (Request::get('id')) {
$area = Request::get('id');
} else {
Request::redirect('index.php?id=dashboard');
Request::redirect(Site::url().'/admin/index.php?id=dashboard');
}
$plugins_registered = Plugin::$plugins;