Skip to content

Commit

Permalink
[TEMP] disable display_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Oct 15, 2024
1 parent 8956b13 commit 975f19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

error_reporting(E_ALL);
@ini_set('display_errors', defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : @ini_get('display_errors'));
@ini_set('display_errors', defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 0);
@ini_set('xdebug.show_exception_trace', 0);

if (!defined('PIWIK_VENDOR_PATH')) {
Expand Down

0 comments on commit 975f19e

Please sign in to comment.