From: Lukas Reschke Date: Fri, 25 Jan 2013 17:14:37 +0000 (+0100) Subject: Warn users not to enable DEBUG in productive environments X-Git-Tag: v5.0.0alpha1~196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d6a577481f41128d5091b4d624d119ca4ac05de;p=nextcloud-server.git Warn users not to enable DEBUG in productive environments The debug mode should not be enabled in productive environments and is also a security risk since some apps outputs unsanitized debug data to the template. --- diff --git a/config/config.sample.php b/config/config.sample.php index acc5547ecd1..51373327f44 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1,5 +1,7 @@