mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added new configuration setting "country" to set a default country
for the site. If this is set then user menus are pre-selected. eg when signing up or filling out profile after external authentication.
This commit is contained in:
parent
b2a2171f22
commit
778c28671a
9 changed files with 28 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
|||
// config.php - allows admin to edit all configuration variables
|
||||
|
||||
include("../config.php");
|
||||
require("../lib/countries.php");
|
||||
|
||||
if (isset($phpinfo)) { // For debugging purposes, protected by password
|
||||
if (md5($phpinfo) == "caf9b6b99962bf5c2264824231d7a40c") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue