mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Added "write_on_php_error_only" setting
This commit is contained in:
parent
9bf5847983
commit
9bde3fe5dd
7 changed files with 125 additions and 61 deletions
|
|
@ -18,4 +18,8 @@ class Type
|
|||
const TIME = 6;
|
||||
const MEMORY = 7;
|
||||
const TIME_DELTA = 8;
|
||||
|
||||
const NOTICE_PHP = 11;
|
||||
const WARNING_PHP = 12;
|
||||
const ERROR_PHP = 13;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue