We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f0f42 commit be2e09bCopy full SHA for be2e09b
custom_config.inc.php.example
@@ -29,6 +29,12 @@
29
// Uncomment this if you want dBug() display info
30
// define('DBUG_ON',1);
31
//
32
+// For info: http://log4javascript.org
33
+// if( !defined('TL_USE_LOG4JAVASCRIPT') )
34
+// {
35
+// define('TL_USE_LOG4JAVASCRIPT',1);
36
+// }
37
+//
38
// To use a different version of ADODB that provided with TL, use a similar bunch of lines
39
// on custom_config.inc.php
40
// if( !defined('TL_ADODB_RELATIVE_PATH') )
0 commit comments