Guest User

Untitled

a guest
Jun 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Event::add('system.post_routing' ,'call_fallback_page');
  2.  
  3.  
  4.  
  5. function call_fallback_page() {
  6. Router::$controller = 'Articles';
  7. Router::$method = 'index';
  8. Router::$controller_path = APPPATH.'controllers/articles.php';
  9. }
Add Comment
Please, Sign In to add comment