Vaguely working
This commit is contained in:
parent
17c5a138de
commit
9a29409107
|
|
@ -145,7 +145,7 @@ Configure::write('Cache.disable', true);
|
||||||
* Defines the default error type when using the log() function. Used for
|
* Defines the default error type when using the log() function. Used for
|
||||||
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
|
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
|
||||||
*/
|
*/
|
||||||
define('LOG_ERROR', 0);
|
define('LOG_ERROR', 1);
|
||||||
/**
|
/**
|
||||||
* The preferred session handling method. Valid values:
|
* The preferred session handling method. Valid values:
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue