document that a feature is not implemented yet
This commit is contained in:
parent
b0d16197e3
commit
ff9834f276
@ -580,6 +580,7 @@ $cfg['Error_Handler'] = array();
|
||||
$cfg['Error_Handler']['display'] = false;
|
||||
|
||||
/**
|
||||
* (NOT IMPLEMENTED YET)
|
||||
* where to log errors, false or empty to disable
|
||||
*
|
||||
* <code>
|
||||
@ -594,7 +595,7 @@ $cfg['Error_Handler']['display'] = false;
|
||||
* @see http://php.net/error_log
|
||||
* @global string $cfg['Error_Handler']['log']
|
||||
*/
|
||||
$cfg['Error_Handler']['log'] = false;
|
||||
//$cfg['Error_Handler']['log'] = false;
|
||||
|
||||
/**
|
||||
* gather all errors in session to be displayed on a error reporting page
|
||||
|
||||
Loading…
Reference in New Issue
Block a user