mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
implement error log viewer
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
class Logger {
|
||||
|
||||
protected $errornames = array(
|
||||
public static $errornames = array(
|
||||
1 => 'E_ERROR',
|
||||
2 => 'E_WARNING',
|
||||
8 => 'E_NOTICE',
|
||||
256 => 'E_USER_ERROR',
|
||||
|
||||
Reference in New Issue
Block a user