TIP: override default "DANG" error message
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2138 |
Posted: Sat, 2009-10-24 19:46
|
|
In Kohana kohana_error_page.php and kohana_error_disabled.php are used to manage what is displayed in case of the error. In case of G3 today we are only interested in first one. Second could be used in production environment, but there are configuration settings which are not set. So lets concentrate on the first one. Quote:
<?php defined('SYSPATH') OR die('No direct access allowed.'); Note: In response to https://sourceforge.net/apps/trac/gallery/ticket/603 |
|

