More documentation of parameters following up r104591
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 83e1e56..b62597f 100644 (file)
@@ -4160,6 +4160,14 @@ $wgParserTestRemote = false;
  */
 $wgWikiID = false;
 
+/**
+ * Display the new debugging toolbar. This also enables profiling on database
+ * queries and other useful output.
+ *
+ * @since 1.19
+ */
+$wgDebugToolbar = false;
+
 /** @} */ # end of profiling, testing and debugging }
 
 /************************************************************************//**