Commit 8afe3654 authored by tuanfr's avatar tuanfr Committed by Dmitry Blinov

Update config-dist.php.in

parent ebb13e90
...@@ -34,7 +34,7 @@ $CFG = new stdClass(); ...@@ -34,7 +34,7 @@ $CFG = new stdClass();
//========================================================================= //=========================================================================
// 1. DATABASE SETUP // 1. DATABASE SETUP
//========================================================================= //=========================================================================
// First, you need to configure the database where all Moodle data // // First, you need to configure the database where all Moodle data de //
// will be stored. This database must already have been created // // will be stored. This database must already have been created //
// and a username/password created to access it. // // and a username/password created to access it. //
...@@ -739,9 +739,6 @@ $CFG->admin = 'admin'; ...@@ -739,9 +739,6 @@ $CFG->admin = 'admin';
// $CFG->debug = (E_ALL | E_STRICT); // === DEBUG_DEVELOPER - NOT FOR PRODUCTION SERVERS! // $CFG->debug = (E_ALL | E_STRICT); // === DEBUG_DEVELOPER - NOT FOR PRODUCTION SERVERS!
// $CFG->debugdisplay = 1; // NOT FOR PRODUCTION SERVERS! // $CFG->debugdisplay = 1; // NOT FOR PRODUCTION SERVERS!
// //
$CFG->debug = 6143;
$CFG->debugdisplay = 1;
//
// You can specify a comma separated list of user ids that that always see // You can specify a comma separated list of user ids that that always see
// debug messages, this overrides the debug flag in $CFG->debug and $CFG->debugdisplay // debug messages, this overrides the debug flag in $CFG->debug and $CFG->debugdisplay
// for these users only. // for these users only.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment