Change default controller to 'dashboard' for now.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
$route['default_controller'] = "auth";
|
||||
$route['default_controller'] = "dashboard";
|
||||
$route['404_override'] = '';
|
||||
|
||||
$route['(\w{2})/(.*)'] = '$2';
|
||||
|
||||
Reference in New Issue
Block a user