mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
add redirect to dashboard
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
class Map extends CI_Controller {
|
||||
|
||||
function index() {
|
||||
redirect('dashboard');
|
||||
}
|
||||
|
||||
// Generic fonction for return Json for MAP //
|
||||
|
||||
Reference in New Issue
Block a user