Disabled 404 redirect to welcome

This commit is contained in:
Deon George 2011-08-22 10:18:48 +10:00
parent 3c2f30a5f9
commit 88b915fd58

View File

@ -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()), 'body'=>sprintf(_('The page [%s] you requested was not found?'),Request::detect_uri()),
)); ));
Request::factory()->redirect('welcome'); // Request::factory()->redirect('welcome');
} }
} }