summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-30 08:41:23 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-30 08:41:23 +0100
commit65ff08a97f1f539f26e73e6c2ad34d049dd73b39 (patch)
treeae2b7125ae248649eb3d99a682f08f05c0d0d455
parent8df3db566a3a937b45ebf11adb90d265e6f5e2d4 (diff)
downloadflyspray-65ff08a97f1f539f26e73e6c2ad34d049dd73b39.tar.xz
temporarily disabled displaying errors for php 7.3
-rw-r--r--includes/fix.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/fix.inc.php b/includes/fix.inc.php
index 1ba5229..d5d27b1 100644
--- a/includes/fix.inc.php
+++ b/includes/fix.inc.php
@@ -6,7 +6,7 @@
* correctly.
*
*/
-ini_set('display_errors', 1);
+ini_set('display_errors', 0);
// html errors will mess the layout
ini_set('html_errors', 0);