Skip to content

Commit

Permalink
MDL-24203 Fixed coding style and added more explanation of the reason…
Browse files Browse the repository at this point in the history
… to put the value $CFG->lang into config.php
  • Loading branch information
mudrd8mz committed Sep 17, 2010
1 parent 5452309 commit 56fb696
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,12 @@
//
// $CFG->themedir = '/location/of/extra/themes';
//
// This setting is for localised error messages for database connection problems:
// $CFG->lang="yourlangcode";

// Site default language can be set via standard administration interface. If you
// want to have initial error messages for eventual database connection problems
// localized too, you have to set your language code here.
//
// $CFG->lang = 'yourlangcode'; // for example 'cs'
//
//=========================================================================
// 8. SETTINGS FOR DEVELOPMENT SERVERS - not intended for production use!!!
//=========================================================================
Expand Down

0 comments on commit 56fb696

Please sign in to comment.