Guest User

Untitled

a guest
Feb 13th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. $route['default_controller'] = 'welcome';
  5. $route['404_override'] = '';
  6. $route['translate_uri_dashes'] = FALSE;
  7. $route['about'] = 'about';
  8. $route['contact'] = 'contact';
Advertisement
Add Comment
Please, Sign In to add comment