- <?php
- defined('BASEPATH') OR exit('No direct script access allowed');
- $route['default_controller'] = 'start';
- $route['phone'] = "start/phone";
- $route['userlogin'] = "userlogin/login";
- $route['404_override'] = '';
- $route['translate_uri_dashes'] = FALSE;
|