]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update explanation of how to enable debug mode
authormatthias-g <matthias@glasmail.de>
Sat, 30 Jan 2016 17:26:10 +0000 (18:26 +0100)
committermatthias-g <matthias@glasmail.de>
Sat, 30 Jan 2016 17:26:10 +0000 (18:26 +0100)
core/js/js.js

index 74121fa3d808a8b3e78a8f3caf190e24010cd200..43ea269c20342a5952b4e1de8e2e5472276e5112 100644 (file)
@@ -1,8 +1,8 @@
 /**
  * Disable console output unless DEBUG mode is enabled.
  * Add
- *      define('DEBUG', true);
- * To the end of config/config.php to enable debug mode.
+ *      'debug' => true,
+ * To the definition of $CONFIG in config/config.php to enable debug mode.
  * The undefined checks fix the broken ie8 console
  */