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.
1 parent f93dccd commit 1e9f57cCopy full SHA for 1e9f57c
config.docker-template.php
@@ -55,7 +55,7 @@
55
$CFG->noreplyaddress = '[email protected]';
56
57
// Debug options - possible to be controlled by flag in future..
58
-$CFG->debug = (E_ALL | E_STRICT); // DEBUG_DEVELOPER
+$CFG->debug = (E_ALL); // DEBUG_DEVELOPER
59
$CFG->debugdisplay = 1;
60
$CFG->debugstringids = 1; // Add strings=1 to url to get string ids.
61
$CFG->perfdebug = 15;
0 commit comments