Disabled 404 redirect to welcome
This commit is contained in:
parent
3c2f30a5f9
commit
88b915fd58
@ -25,6 +25,6 @@ class HTTP_Exception_404 extends Kohana_HTTP_Exception_404 {
|
||||
'body'=>sprintf(_('The page [%s] you requested was not found?'),Request::detect_uri()),
|
||||
));
|
||||
|
||||
Request::factory()->redirect('welcome');
|
||||
// Request::factory()->redirect('welcome');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user