mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-46794 install: Fixed typo in config-dist.php
This commit is contained in:
parent
690988d958
commit
0ed1b7d277
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ $CFG->admin = 'admin';
|
|||
// $CFG->reverseproxy = true;
|
||||
//
|
||||
// Enable when using external SSL appliance for performance reasons.
|
||||
// Please note that site may be accessible via https: or https:, but not both!
|
||||
// Please note that site may be accessible via http: or https:, but not both!
|
||||
// $CFG->sslproxy = true;
|
||||
//
|
||||
// This setting will cause the userdate() function not to fix %d in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue