From 7f369437e040bb5d31f3e0d0757b7ae41e5bc698 Mon Sep 17 00:00:00 2001 From: Kenneth Newwood Date: Thu, 12 Jan 2017 17:47:08 +0100 Subject: [PATCH] Update dav.php --- html/dav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/dav.php b/html/dav.php index 7d406bb..c33e47b 100644 --- a/html/dav.php +++ b/html/dav.php @@ -25,7 +25,7 @@ ***************************************************************/ ini_set("session.cookie_httponly", 1); -ini_set("display_errors", 1); +ini_set("display_errors", 0); ini_set("log_errors", 1); define("BAIKAL_CONTEXT", true);