add publick landing page

This commit is contained in:
2021-09-20 17:51:31 +07:00
parent b42ee3ba25
commit ef7a10356f
18 changed files with 302 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'Login';
$route['default_controller'] = 'Dashboard';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['admin'] = 'admin/Dashboard';