mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 00:50:15 +01:00
MDL-66118 hub: Remove legacy constants, not relevant any more
Both the following constants are no longer needed as Moodle does not support multiple hubs any more. * HUB_HUBDIRECTORYURL is no longer valid as Moodle no longer supports the listing of community hubs. * HUB_OLDMOODLEORGHUBURL was used in the past for the transition purposes.
This commit is contained in:
parent
6ec1078469
commit
a08c238f9e
@ -486,17 +486,10 @@ define('HOMEPAGE_MY', 1);
|
||||
*/
|
||||
define('HOMEPAGE_USER', 2);
|
||||
|
||||
/**
|
||||
* Hub directory url (should be moodle.org)
|
||||
*/
|
||||
define('HUB_HUBDIRECTORYURL', "https://hubdirectory.moodle.org");
|
||||
|
||||
|
||||
/**
|
||||
* Moodle.net url (should be moodle.net)
|
||||
*/
|
||||
define('HUB_MOODLEORGHUBURL', "https://moodle.net");
|
||||
define('HUB_OLDMOODLEORGHUBURL', "http://hub.moodle.org");
|
||||
|
||||
/**
|
||||
* Moodle mobile app service name
|
||||
|
Loading…
x
Reference in New Issue
Block a user