projects
/
contrib
/
pines
/
report-creator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910ffa5
)
do not print PHP errors on screen
master
author
Chris Sharp
<csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:50:39 +0000
(16:50 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:50:39 +0000
(16:50 -0400)
config/production.config.php
patch
|
blob
|
history
diff --git
a/config/production.config.php
b/config/production.config.php
index
2c69f68
..
be66c2e
100644
(file)
--- a/
config/production.config.php
+++ b/
config/production.config.php
@@
-1,6
+1,6
@@
<?php
//system configs
-define ('QR_ERROR_REPORTING_LEVEL', E_ALL);
+define ('QR_ERROR_REPORTING_LEVEL', E_ALL
^ E_WARNING
);
define ('QR_DEFAULT_TIME_ZONE', 'America/New_York');
define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://next.gapines.org/reporter/');
define ('QR_SITE_ROOT', '/report-creator/');