First build

This commit is contained in:
2019-06-15 09:08:15 -04:00
parent dee4375d42
commit 04bb722976
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| Examples: my-controller/index -> my_controller/index
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'welcome';
$route['default_controller'] = 'startwww';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;