Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- defined('BASEPATH') OR exit('No direct script access allowed');
- $route['default_controller'] = 'welcome';
- $route['404_override'] = '';
- $route['translate_uri_dashes'] = FALSE;
- $route['about'] = 'about';
- $route['contact'] = 'contact';
Advertisement
Add Comment
Please, Sign In to add comment