We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a468f + a6966c0 commit ca88a18Copy full SHA for ca88a18
core/js/setupchecks.js
@@ -521,6 +521,12 @@
521
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
522
})
523
}
524
+ if (window.oc_debug) {
525
+ messages.push({
526
+ msg: t('core', 'This instance is running in debug mode. Only enable this for local development and not in production environments.'),
527
+ type: OC.SetupChecks.MESSAGE_TYPE_WARNING
528
+ })
529
+ }
530
531
OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpDefaultCharset', messages)
532
OC.SetupChecks.addGenericSetupCheck(data, 'OCA\\Settings\\SetupChecks\\PhpOutputBuffering', messages)
0 commit comments