summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/js/setupchecks.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 828c950d389..6260292db43 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -521,6 +521,12 @@
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
})
}
+ if (window.oc_debug) {
+ messages.push({
+ msg: t('core', 'This instance is running in debug mode. Only enable this for local development and not in production environments.'),
+ type: OC.SetupChecks.MESSAGE_TYPE_WARNING
+ })
+ }
OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpDefaultCharset', messages)
OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpOutputBuffering', messages)