mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
error_reporting disabled by default (include.php)
This commit is contained in:
parent
c8f1d939db
commit
021b02e596
@ -35,7 +35,7 @@ See AUTHORS to learn who helped make it become a reality.
|
||||
*/
|
||||
|
||||
// enable it only for testing purposes
|
||||
error_reporting(E_ALL);
|
||||
// error_reporting(E_ALL);
|
||||
|
||||
//if (!headers_sent()) { header("Pragma: no-cache"); }
|
||||
header("Pragma: no-cache");
|
||||
|
Loading…
x
Reference in New Issue
Block a user